Html Css Color HEX #AFA471 Hillary

📋 copy color: '#AFA471'

red 175 ◦ green 164 ◦ blue 113

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

Shades of Hillary #AFA471

Tints of Hillary #AFA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 113 (44.53% from 255) = 25%

R = 38.72%
G = 36.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AFA471 (or 0xAFA471) is known color: Hillary. HEX triplet: AF, A4 and 71. RGB value is (175,164,113). Sum of RGB (Red+Green+Blue) = 175+164+113=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA471 is #505B8E. Grayscale: #A1A1A1. Windows color (decimal): -5266319 or 7447727. OLE color: 7447727.

HSL color Cylindrical-coordinate representation of color #AFA471: hue angle of 49.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA471 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 164 113 -
CMYK 0 0.06 0.35 0.31
HSL 49.35º 0.28% 0.56% -
HSV(B) 49.35º 0.35% 0.69% -
XYZ 33.94 36.86 20.95 -
YUV 161.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 175 164 113 0 0.06 0.35 0.31 49.35 0.28 0.56
Hex AF A4 71 0 6 23 1F 31 1C 38
Octal 257 244 161 0 6 43 37 61 34 70
Binary 10101111 10100100 1110001 0 110 100011 11111 110001 11100 111000

Color Harmonies of #AFA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA471

Black with #AFA471

Text Example


Text Example

White with #AFA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA471; }

 p { color: rgb(175,164,113); }

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

background-color css

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

 a { background-color: rgb(175,164,113); }

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

border-color css

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

 span { border-color: rgb(175,164,113); }

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