Html Css Color HEX #AFA072 Tallow

📋 copy color: '#AFA072'

red 175 ◦ green 160 ◦ blue 114

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

Shades of Tallow #AFA072

Tints of Tallow #AFA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 38.98%
G = 35.63%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AFA072 (or 0xAFA072) is known color: Tallow. HEX triplet: AF, A0 and 72. RGB value is (175,160,114). Sum of RGB (Red+Green+Blue) = 175+160+114=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA072 is #505F8D. Grayscale: #9F9F9F. Windows color (decimal): -5267342 or 7512239. OLE color: 7512239.

HSL color Cylindrical-coordinate representation of color #AFA072: hue angle of 45.25º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA072 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 114 -
CMYK 0 0.09 0.35 0.31
HSL 45.25º 0.28% 0.57% -
HSV(B) 45.25º 0.35% 0.69% -
XYZ 33.29 35.47 21.01 -
YUV 159.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 175 160 114 0 0.09 0.35 0.31 45.25 0.28 0.57
Hex AF A0 72 0 9 23 1F 2D 1C 39
Octal 257 240 162 0 11 43 37 55 34 71
Binary 10101111 10100000 1110010 0 1001 100011 11111 101101 11100 111001

Color Harmonies of #AFA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA072

Black with #AFA072

Text Example


Text Example

White with #AFA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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