Html Css Color HEX #AFA473 Hillary

📋 copy color: '#AFA473'

red 175 ◦ green 164 ◦ blue 115

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

Shades of Hillary #AFA473

Tints of Hillary #AFA473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 38.55%
G = 36.12%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFA473 (or 0xAFA473) is known color: Hillary. HEX triplet: AF, A4 and 73. RGB value is (175,164,115). Sum of RGB (Red+Green+Blue) = 175+164+115=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA473 is #505B8C. Grayscale: #A1A1A1. Windows color (decimal): -5266317 or 7578799. OLE color: 7578799.

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

Color convert

RGB 175 164 115 -
CMYK 0 0.06 0.34 0.31
HSL 49º 0.27% 0.57% -
HSV(B) 49º 0.34% 0.69% -
XYZ 34.05 36.9 21.55 -
YUV 161.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 175 164 115 0 0.06 0.34 0.31 49 0.27 0.57
Hex AF A4 73 0 6 22 1F 31 1B 39
Octal 257 244 163 0 6 42 37 61 33 71
Binary 10101111 10100100 1110011 0 110 100010 11111 110001 11011 111001

Color Harmonies of #AFA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA473

Black with #AFA473

Text Example


Text Example

White with #AFA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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