Html Css Color HEX #AFA776 Hillary

📋 copy color: '#AFA776'

red 175 ◦ green 167 ◦ blue 118

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

Shades of Hillary #AFA776

Tints of Hillary #AFA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.3%

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

R = 38.04%
G = 36.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AFA776 (or 0xAFA776) is known color: Hillary. HEX triplet: AF, A7 and 76. RGB value is (175,167,118). Sum of RGB (Red+Green+Blue) = 175+167+118=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA776 is #505889. Grayscale: #A4A4A4. Windows color (decimal): -5265546 or 7776175. OLE color: 7776175.

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

Color convert

RGB 175 167 118 -
CMYK 0 0.05 0.33 0.31
HSL 51.58º 0.26% 0.57% -
HSV(B) 51.58º 0.33% 0.69% -
XYZ 34.77 38.06 22.65 -
YUV 163.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 175 167 118 0 0.05 0.33 0.31 51.58 0.26 0.57
Hex AF A7 76 0 5 21 1F 34 1A 39
Octal 257 247 166 0 5 41 37 64 32 71
Binary 10101111 10100111 1110110 0 101 100001 11111 110100 11010 111001

Color Harmonies of #AFA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA776

Black with #AFA776

Text Example


Text Example

White with #AFA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA776; }

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

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

background-color css

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

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

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

border-color css

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

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

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