Html Css Color HEX #AF6C3E Bourbon

📋 copy color: '#AF6C3E'

red 175 ◦ green 108 ◦ blue 62

#AF6C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AF6C3E

Tints of Bourbon #AF6C3E

RGB

 RED value IS 175 (68.75% from 255) = 50.72%

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 50.72%
G = 31.3%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6C3E (or 0xAF6C3E) is known color: Bourbon. HEX triplet: AF, 6C and 3E. RGB value is (175,108,62). Sum of RGB (Red+Green+Blue) = 175+108+62=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3E is #5093C1. Grayscale: #7B7B7B. Windows color (decimal): -5280706 or 4091055. OLE color: 4091055.

HSL color Cylindrical-coordinate representation of color #AF6C3E: hue angle of 24.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF6C3E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 62 -
CMYK 0 0.38 0.65 0.31
HSL 24.42º 0.48% 0.46% -
HSV(B) 24.42º 0.65% 0.69% -
XYZ 23.91 20.19 7.19 -
YUV 122.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 175 108 62 0 0.38 0.65 0.31 24.42 0.48 0.46
Hex AF 6C 3E 0 26 41 1F 18 30 2E
Octal 257 154 76 0 46 101 37 30 60 56
Binary 10101111 1101100 111110 0 100110 1000001 11111 11000 110000 101110

Color Harmonies of #AF6C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C3E

Black with #AF6C3E

Text Example


Text Example

White with #AF6C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C3E; }

 p { color: rgb(175,108,62); }

 H1.HeaderClassName
 {
   color: #AF6C3E;
 }
 .AnyTagClassName
 {
   color: #AF6C3E;
 }
</style>

background-color css

<style>
 a { background-color: #AF6C3E; }

 a { background-color: rgb(175,108,62); }

 div.DivClassName
 {
   background-color: #AF6C3E;
 }
 .BgClassName
 {
   background-color: #AF6C3E;
 }
</style>

border-color css

<style>
 span { border-color: #AF6C3E; }

 span { border-color: rgb(175,108,62); }

 td.TdClassName
 {
   border-color: #AF6C3E;
 }
 .TagClassName
 {
   border-color: #AF6C3E;
 }
</style>