Html Css Color HEX #AF6E43 Bourbon

📋 copy color: '#AF6E43'

red 175 ◦ green 110 ◦ blue 67

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

Shades of Bourbon #AF6E43

Tints of Bourbon #AF6E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 49.72%
G = 31.25%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6E43 (or 0xAF6E43) is known color: Bourbon. HEX triplet: AF, 6E and 43. RGB value is (175,110,67). Sum of RGB (Red+Green+Blue) = 175+110+67=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E43 is #5091BC. Grayscale: #7C7C7C. Windows color (decimal): -5280189 or 4419247. OLE color: 4419247.

HSL color Cylindrical-coordinate representation of color #AF6E43: hue angle of 23.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF6E43 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 67 -
CMYK 0 0.37 0.62 0.31
HSL 23.89º 0.45% 0.47% -
HSV(B) 23.89º 0.62% 0.69% -
XYZ 24.27 20.67 8.02 -
YUV 124.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 175 110 67 0 0.37 0.62 0.31 23.89 0.45 0.47
Hex AF 6E 43 0 25 3E 1F 18 2D 2F
Octal 257 156 103 0 45 76 37 30 55 57
Binary 10101111 1101110 1000011 0 100101 111110 11111 11000 101101 101111

Color Harmonies of #AF6E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E43

Black with #AF6E43

Text Example


Text Example

White with #AF6E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E43; }

 p { color: rgb(175,110,67); }

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

background-color css

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

 a { background-color: rgb(175,110,67); }

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

border-color css

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

 span { border-color: rgb(175,110,67); }

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