Html Css Color HEX #AFA479 Hillary

📋 copy color: '#AFA479'

red 175 ◦ green 164 ◦ blue 121

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

Shades of Hillary #AFA479

Tints of Hillary #AFA479

RGB

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

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

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

R = 38.04%
G = 35.65%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFA479 (or 0xAFA479) is known color: Hillary. HEX triplet: AF, A4 and 79. RGB value is (175,164,121). Sum of RGB (Red+Green+Blue) = 175+164+121=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA479 is #505B86. Grayscale: #A2A2A2. Windows color (decimal): -5266311 or 7972015. OLE color: 7972015.

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

Color convert

RGB 175 164 121 -
CMYK 0 0.06 0.31 0.31
HSL 47.78º 0.25% 0.58% -
HSV(B) 47.78º 0.31% 0.69% -
XYZ 34.41 37.05 23.43 -
YUV 162.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 175 164 121 0 0.06 0.31 0.31 47.78 0.25 0.58
Hex AF A4 79 0 6 1F 1F 30 19 3A
Octal 257 244 171 0 6 37 37 60 31 72
Binary 10101111 10100100 1111001 0 110 11111 11111 110000 11001 111010

Color Harmonies of #AFA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA479

Black with #AFA479

Text Example


Text Example

White with #AFA479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA479; }

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

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

background-color css

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

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

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

border-color css

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

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

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