Html Css Color HEX #AFA673 Hillary

📋 copy color: '#AFA673'

red 175 ◦ green 166 ◦ blue 115

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

Shades of Hillary #AFA673

Tints of Hillary #AFA673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 38.38%
G = 36.4%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AFA673 (or 0xAFA673) is known color: Hillary. HEX triplet: AF, A6 and 73. RGB value is (175,166,115). Sum of RGB (Red+Green+Blue) = 175+166+115=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA673 is #50598C. Grayscale: #A3A3A3. Windows color (decimal): -5265805 or 7579311. OLE color: 7579311.

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

Color convert

RGB 175 166 115 -
CMYK 0 0.05 0.34 0.31
HSL 51º 0.27% 0.57% -
HSV(B) 51º 0.34% 0.69% -
XYZ 34.41 37.62 21.67 -
YUV 162.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 175 166 115 0 0.05 0.34 0.31 51 0.27 0.57
Hex AF A6 73 0 5 22 1F 33 1B 39
Octal 257 246 163 0 5 42 37 63 33 71
Binary 10101111 10100110 1110011 0 101 100010 11111 110011 11011 111001

Color Harmonies of #AFA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA673

Black with #AFA673

Text Example


Text Example

White with #AFA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA673; }

 p { color: rgb(175,166,115); }

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

background-color css

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

 a { background-color: rgb(175,166,115); }

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

border-color css

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

 span { border-color: rgb(175,166,115); }

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