Html Css Color HEX #AFA679 Hillary

📋 copy color: '#AFA679'

red 175 ◦ green 166 ◦ blue 121

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

Shades of Hillary #AFA679

Tints of Hillary #AFA679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 37.88%
G = 35.93%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFA679 (or 0xAFA679) is known color: Hillary. HEX triplet: AF, A6 and 79. RGB value is (175,166,121). Sum of RGB (Red+Green+Blue) = 175+166+121=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA679 is #505986. Grayscale: #A3A3A3. Windows color (decimal): -5265799 or 7972527. OLE color: 7972527.

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

Color convert

RGB 175 166 121 -
CMYK 0 0.05 0.31 0.31
HSL 50º 0.25% 0.58% -
HSV(B) 50º 0.31% 0.69% -
XYZ 34.77 37.77 23.55 -
YUV 163.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 175 166 121 0 0.05 0.31 0.31 50 0.25 0.58
Hex AF A6 79 0 5 1F 1F 32 19 3A
Octal 257 246 171 0 5 37 37 62 31 72
Binary 10101111 10100110 1111001 0 101 11111 11111 110010 11001 111010

Color Harmonies of #AFA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA679

Black with #AFA679

Text Example


Text Example

White with #AFA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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