Html Css Color HEX #AFA381 Hillary

📋 copy color: '#AFA381'

red 175 ◦ green 163 ◦ blue 129

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

Shades of Hillary #AFA381

Tints of Hillary #AFA381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 37.47%
G = 34.9%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFA381 (or 0xAFA381) is known color: Hillary. HEX triplet: AF, A3 and 81. RGB value is (175,163,129). Sum of RGB (Red+Green+Blue) = 175+163+129=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA381 is #505C7E. Grayscale: #A2A2A2. Windows color (decimal): -5266559 or 8496047. OLE color: 8496047.

HSL color Cylindrical-coordinate representation of color #AFA381: hue angle of 44.35º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA381 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 129 -
CMYK 0 0.07 0.26 0.31
HSL 44.35º 0.22% 0.6% -
HSV(B) 44.35º 0.26% 0.69% -
XYZ 34.74 36.89 26.06 -
YUV 162.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 175 163 129 0 0.07 0.26 0.31 44.35 0.22 0.6
Hex AF A3 81 0 7 1A 1F 2C 16 3C
Octal 257 243 201 0 7 32 37 54 26 74
Binary 10101111 10100011 10000001 0 111 11010 11111 101100 10110 111100

Color Harmonies of #AFA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA381

Black with #AFA381

Text Example


Text Example

White with #AFA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA381; }

 p { color: rgb(175,163,129); }

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

background-color css

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

 a { background-color: rgb(175,163,129); }

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

border-color css

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

 span { border-color: rgb(175,163,129); }

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