Html Css Color HEX #AFA076 Hillary

📋 copy color: '#AFA076'

red 175 ◦ green 160 ◦ blue 118

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

Shades of Hillary #AFA076

Tints of Hillary #AFA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 38.63%
G = 35.32%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AFA076 (or 0xAFA076) is known color: Hillary. HEX triplet: AF, A0 and 76. RGB value is (175,160,118). Sum of RGB (Red+Green+Blue) = 175+160+118=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA076 is #505F89. Grayscale: #9F9F9F. Windows color (decimal): -5267338 or 7774383. OLE color: 7774383.

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

Color convert

RGB 175 160 118 -
CMYK 0 0.09 0.33 0.31
HSL 44.21º 0.26% 0.57% -
HSV(B) 44.21º 0.33% 0.69% -
XYZ 33.52 35.56 22.24 -
YUV 159.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 175 160 118 0 0.09 0.33 0.31 44.21 0.26 0.57
Hex AF A0 76 0 9 21 1F 2C 1A 39
Octal 257 240 166 0 11 41 37 54 32 71
Binary 10101111 10100000 1110110 0 1001 100001 11111 101100 11010 111001

Color Harmonies of #AFA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA076

Black with #AFA076

Text Example


Text Example

White with #AFA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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