Html Css Color HEX #AF7049 Bourbon

📋 copy color: '#AF7049'

red 175 ◦ green 112 ◦ blue 73

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

Shades of Bourbon #AF7049

Tints of Bourbon #AF7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 48.61%
G = 31.11%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7049 (or 0xAF7049) is known color: Bourbon. HEX triplet: AF, 70 and 49. RGB value is (175,112,73). Sum of RGB (Red+Green+Blue) = 175+112+73=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7049 is #508FB6. Grayscale: #7E7E7E. Windows color (decimal): -5279671 or 4812975. OLE color: 4812975.

HSL color Cylindrical-coordinate representation of color #AF7049: hue angle of 22.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF7049 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 73 -
CMYK 0 0.36 0.58 0.31
HSL 22.94º 0.41% 0.49% -
HSV(B) 22.94º 0.58% 0.69% -
XYZ 24.68 21.18 9.09 -
YUV 126.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 175 112 73 0 0.36 0.58 0.31 22.94 0.41 0.49
Hex AF 70 49 0 24 3A 1F 17 29 31
Octal 257 160 111 0 44 72 37 27 51 61
Binary 10101111 1110000 1001001 0 100100 111010 11111 10111 101001 110001

Color Harmonies of #AF7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7049

Black with #AF7049

Text Example


Text Example

White with #AF7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7049; }

 p { color: rgb(175,112,73); }

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

background-color css

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

 a { background-color: rgb(175,112,73); }

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

border-color css

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

 span { border-color: rgb(175,112,73); }

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