Html Css Color HEX #AFA079 Hillary

📋 copy color: '#AFA079'

red 175 ◦ green 160 ◦ blue 121

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

Shades of Hillary #AFA079

Tints of Hillary #AFA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 38.38%
G = 35.09%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFA079 (or 0xAFA079) is known color: Hillary. HEX triplet: AF, A0 and 79. RGB value is (175,160,121). Sum of RGB (Red+Green+Blue) = 175+160+121=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA079 is #505F86. Grayscale: #A0A0A0. Windows color (decimal): -5267335 or 7970991. OLE color: 7970991.

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

Color convert

RGB 175 160 121 -
CMYK 0 0.09 0.31 0.31
HSL 43.33º 0.25% 0.58% -
HSV(B) 43.33º 0.31% 0.69% -
XYZ 33.7 35.64 23.19 -
YUV 160.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 175 160 121 0 0.09 0.31 0.31 43.33 0.25 0.58
Hex AF A0 79 0 9 1F 1F 2B 19 3A
Octal 257 240 171 0 11 37 37 53 31 72
Binary 10101111 10100000 1111001 0 1001 11111 11111 101011 11001 111010

Color Harmonies of #AFA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA079

Black with #AFA079

Text Example


Text Example

White with #AFA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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