Html Css Color HEX #AFA37C Hillary

📋 copy color: '#AFA37C'

red 175 ◦ green 163 ◦ blue 124

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

Shades of Hillary #AFA37C

Tints of Hillary #AFA37C

RGB

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

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

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

R = 37.88%
G = 35.28%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AFA37C (or 0xAFA37C) is known color: Hillary. HEX triplet: AF, A3 and 7C. RGB value is (175,163,124). Sum of RGB (Red+Green+Blue) = 175+163+124=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37C is #505C83. Grayscale: #A2A2A2. Windows color (decimal): -5266564 or 8168367. OLE color: 8168367.

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

Color convert

RGB 175 163 124 -
CMYK 0 0.07 0.29 0.31
HSL 45.88º 0.24% 0.59% -
HSV(B) 45.88º 0.29% 0.69% -
XYZ 34.41 36.76 24.35 -
YUV 162.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 175 163 124 0 0.07 0.29 0.31 45.88 0.24 0.59
Hex AF A3 7C 0 7 1D 1F 2E 18 3B
Octal 257 243 174 0 7 35 37 56 30 73
Binary 10101111 10100011 1111100 0 111 11101 11111 101110 11000 111011

Color Harmonies of #AFA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA37C

Black with #AFA37C

Text Example


Text Example

White with #AFA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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