Html Css Color HEX #AF6E48 Bourbon

📋 copy color: '#AF6E48'

red 175 ◦ green 110 ◦ blue 72

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

Shades of Bourbon #AF6E48

Tints of Bourbon #AF6E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 49.02%
G = 30.81%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6E48 (or 0xAF6E48) is known color: Bourbon. HEX triplet: AF, 6E and 48. RGB value is (175,110,72). Sum of RGB (Red+Green+Blue) = 175+110+72=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E48 is #5091B7. Grayscale: #7D7D7D. Windows color (decimal): -5280184 or 4746927. OLE color: 4746927.

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

Color convert

RGB 175 110 72 -
CMYK 0 0.37 0.59 0.31
HSL 22.14º 0.42% 0.48% -
HSV(B) 22.14º 0.59% 0.69% -
XYZ 24.42 20.73 8.85 -
YUV 125.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 175 110 72 0 0.37 0.59 0.31 22.14 0.42 0.48
Hex AF 6E 48 0 25 3B 1F 16 2A 30
Octal 257 156 110 0 45 73 37 26 52 60
Binary 10101111 1101110 1001000 0 100101 111011 11111 10110 101010 110000

Color Harmonies of #AF6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E48

Black with #AF6E48

Text Example


Text Example

White with #AF6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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