Html Css Color HEX #AFA57D Hillary

📋 copy color: '#AFA57D'

red 175 ◦ green 165 ◦ blue 125

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

Shades of Hillary #AFA57D

Tints of Hillary #AFA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 37.63%
G = 35.48%
B = 26.88%

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

#AFA57D (or 0xAFA57D) is known color: Hillary. HEX triplet: AF, A5 and 7D. RGB value is (175,165,125). Sum of RGB (Red+Green+Blue) = 175+165+125=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57D is #505A82. Grayscale: #A3A3A3. Windows color (decimal): -5266051 or 8234415. OLE color: 8234415.

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

Color convert

RGB 175 165 125 -
CMYK 0 0.06 0.29 0.31
HSL 48º 0.24% 0.59% -
HSV(B) 48º 0.29% 0.69% -
XYZ 34.84 37.5 24.81 -
YUV 163.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 175 165 125 0 0.06 0.29 0.31 48 0.24 0.59
Hex AF A5 7D 0 6 1D 1F 30 18 3B
Octal 257 245 175 0 6 35 37 60 30 73
Binary 10101111 10100101 1111101 0 110 11101 11111 110000 11000 111011

Color Harmonies of #AFA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA57D

Black with #AFA57D

Text Example


Text Example

White with #AFA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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