Html Css Color HEX #AFA375 Hillary

📋 copy color: '#AFA375'

red 175 ◦ green 163 ◦ blue 117

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

Shades of Hillary #AFA375

Tints of Hillary #AFA375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 38.46%
G = 35.82%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AFA375 (or 0xAFA375) is known color: Hillary. HEX triplet: AF, A3 and 75. RGB value is (175,163,117). Sum of RGB (Red+Green+Blue) = 175+163+117=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA375 is #505C8A. Grayscale: #A1A1A1. Windows color (decimal): -5266571 or 7709615. OLE color: 7709615.

HSL color Cylindrical-coordinate representation of color #AFA375: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA375 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 117 -
CMYK 0 0.07 0.33 0.31
HSL 47.59º 0.27% 0.57% -
HSV(B) 47.59º 0.33% 0.69% -
XYZ 33.99 36.59 22.1 -
YUV 161.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 175 163 117 0 0.07 0.33 0.31 47.59 0.27 0.57
Hex AF A3 75 0 7 21 1F 30 1B 39
Octal 257 243 165 0 7 41 37 60 33 71
Binary 10101111 10100011 1110101 0 111 100001 11111 110000 11011 111001

Color Harmonies of #AFA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA375

Black with #AFA375

Text Example


Text Example

White with #AFA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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