Html Css Color HEX #AF7249 Bourbon

📋 copy color: '#AF7249'

red 175 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #AF7249

Tints of Bourbon #AF7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 48.34%
G = 31.49%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF7249 (or 0xAF7249) is known color: Bourbon. HEX triplet: AF, 72 and 49. RGB value is (175,114,73). Sum of RGB (Red+Green+Blue) = 175+114+73=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7249 is #508DB6. Grayscale: #7F7F7F. Windows color (decimal): -5279159 or 4813487. OLE color: 4813487.

HSL color Cylindrical-coordinate representation of color #AF7249: hue angle of 24.12º 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 #AF7249 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 73 -
CMYK 0 0.35 0.58 0.31
HSL 24.12º 0.41% 0.49% -
HSV(B) 24.12º 0.58% 0.69% -
XYZ 24.9 21.63 9.17 -
YUV 127.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 175 114 73 0 0.35 0.58 0.31 24.12 0.41 0.49
Hex AF 72 49 0 23 3A 1F 18 29 31
Octal 257 162 111 0 43 72 37 30 51 61
Binary 10101111 1110010 1001001 0 100011 111010 11111 11000 101001 110001

Color Harmonies of #AF7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7249

Black with #AF7249

Text Example


Text Example

White with #AF7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7249; }

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

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

background-color css

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

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

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

border-color css

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

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

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