Html Css Color HEX #AFA47C Hillary

📋 copy color: '#AFA47C'

red 175 ◦ green 164 ◦ blue 124

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

Shades of Hillary #AFA47C

Tints of Hillary #AFA47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 37.8%
G = 35.42%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AFA47C (or 0xAFA47C) is known color: Hillary. HEX triplet: AF, A4 and 7C. RGB value is (175,164,124). Sum of RGB (Red+Green+Blue) = 175+164+124=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47C is #505B83. Grayscale: #A2A2A2. Windows color (decimal): -5266308 or 8168623. OLE color: 8168623.

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

Color convert

RGB 175 164 124 -
CMYK 0 0.06 0.29 0.31
HSL 47.06º 0.24% 0.59% -
HSV(B) 47.06º 0.29% 0.69% -
XYZ 34.59 37.12 24.41 -
YUV 162.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 175 164 124 0 0.06 0.29 0.31 47.06 0.24 0.59
Hex AF A4 7C 0 6 1D 1F 2F 18 3B
Octal 257 244 174 0 6 35 37 57 30 73
Binary 10101111 10100100 1111100 0 110 11101 11111 101111 11000 111011

Color Harmonies of #AFA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA47C

Black with #AFA47C

Text Example


Text Example

White with #AFA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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