Html Css Color HEX #AFA57C Hillary

📋 copy color: '#AFA57C'

red 175 ◦ green 165 ◦ blue 124

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

Shades of Hillary #AFA57C

Tints of Hillary #AFA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 37.72%
G = 35.56%
B = 26.72%

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

#AFA57C (or 0xAFA57C) is known color: Hillary. HEX triplet: AF, A5 and 7C. RGB value is (175,165,124). Sum of RGB (Red+Green+Blue) = 175+165+124=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57C is #505A83. Grayscale: #A3A3A3. Windows color (decimal): -5266052 or 8168879. OLE color: 8168879.

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

Color convert

RGB 175 165 124 -
CMYK 0 0.06 0.29 0.31
HSL 48.24º 0.24% 0.59% -
HSV(B) 48.24º 0.29% 0.69% -
XYZ 34.77 37.48 24.47 -
YUV 163.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 175 165 124 0 0.06 0.29 0.31 48.24 0.24 0.59
Hex AF A5 7C 0 6 1D 1F 30 18 3B
Octal 257 245 174 0 6 35 37 60 30 73
Binary 10101111 10100101 1111100 0 110 11101 11111 110000 11000 111011

Color Harmonies of #AFA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA57C

Black with #AFA57C

Text Example


Text Example

White with #AFA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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