Html Css Color HEX #AFA074 Tallow

📋 copy color: '#AFA074'

red 175 ◦ green 160 ◦ blue 116

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

Shades of Tallow #AFA074

Tints of Tallow #AFA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 38.8%
G = 35.48%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFA074 (or 0xAFA074) is known color: Tallow. HEX triplet: AF, A0 and 74. RGB value is (175,160,116). Sum of RGB (Red+Green+Blue) = 175+160+116=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA074 is #505F8B. Grayscale: #9F9F9F. Windows color (decimal): -5267340 or 7643311. OLE color: 7643311.

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

Color convert

RGB 175 160 116 -
CMYK 0 0.09 0.34 0.31
HSL 44.75º 0.27% 0.57% -
HSV(B) 44.75º 0.34% 0.69% -
XYZ 33.4 35.52 21.62 -
YUV 159.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 175 160 116 0 0.09 0.34 0.31 44.75 0.27 0.57
Hex AF A0 74 0 9 22 1F 2D 1B 39
Octal 257 240 164 0 11 42 37 55 33 71
Binary 10101111 10100000 1110100 0 1001 100010 11111 101101 11011 111001

Color Harmonies of #AFA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA074

Black with #AFA074

Text Example


Text Example

White with #AFA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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