Html Css Color HEX #AF724A Bourbon

📋 copy color: '#AF724A'

red 175 ◦ green 114 ◦ blue 74

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

Shades of Bourbon #AF724A

Tints of Bourbon #AF724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 48.21%
G = 31.4%
B = 20.39%

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

#AF724A (or 0xAF724A) is known color: Bourbon. HEX triplet: AF, 72 and 4A. RGB value is (175,114,74). Sum of RGB (Red+Green+Blue) = 175+114+74=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF724A is #508DB5. Grayscale: #7F7F7F. Windows color (decimal): -5279158 or 4879023. OLE color: 4879023.

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

Color convert

RGB 175 114 74 -
CMYK 0 0.35 0.58 0.31
HSL 23.76º 0.41% 0.49% -
HSV(B) 23.76º 0.58% 0.69% -
XYZ 24.93 21.64 9.34 -
YUV 127.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 175 114 74 0 0.35 0.58 0.31 23.76 0.41 0.49
Hex AF 72 4A 0 23 3A 1F 18 29 31
Octal 257 162 112 0 43 72 37 30 51 61
Binary 10101111 1110010 1001010 0 100011 111010 11111 11000 101001 110001

Color Harmonies of #AF724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF724A

Black with #AF724A

Text Example


Text Example

White with #AF724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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