Html Css Color HEX #AFA37D Hillary

📋 copy color: '#AFA37D'

red 175 ◦ green 163 ◦ blue 125

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

Shades of Hillary #AFA37D

Tints of Hillary #AFA37D

RGB

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

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

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

R = 37.8%
G = 35.21%
B = 27%

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

#AFA37D (or 0xAFA37D) is known color: Hillary. HEX triplet: AF, A3 and 7D. RGB value is (175,163,125). Sum of RGB (Red+Green+Blue) = 175+163+125=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37D is #505C82. Grayscale: #A2A2A2. Windows color (decimal): -5266563 or 8233903. OLE color: 8233903.

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

Color convert

RGB 175 163 125 -
CMYK 0 0.07 0.29 0.31
HSL 45.6º 0.24% 0.59% -
HSV(B) 45.6º 0.29% 0.69% -
XYZ 34.48 36.79 24.69 -
YUV 162.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 175 163 125 0 0.07 0.29 0.31 45.6 0.24 0.59
Hex AF A3 7D 0 7 1D 1F 2E 18 3B
Octal 257 243 175 0 7 35 37 56 30 73
Binary 10101111 10100011 1111101 0 111 11101 11111 101110 11000 111011

Color Harmonies of #AFA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA37D

Black with #AFA37D

Text Example


Text Example

White with #AFA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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