Html Css Color HEX #AFA379 Hillary

📋 copy color: '#AFA379'

red 175 ◦ green 163 ◦ blue 121

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

Shades of Hillary #AFA379

Tints of Hillary #AFA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 38.13%
G = 35.51%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFA379 (or 0xAFA379) is known color: Hillary. HEX triplet: AF, A3 and 79. RGB value is (175,163,121). Sum of RGB (Red+Green+Blue) = 175+163+121=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA379 is #505C86. Grayscale: #A1A1A1. Windows color (decimal): -5266567 or 7971759. OLE color: 7971759.

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

Color convert

RGB 175 163 121 -
CMYK 0 0.07 0.31 0.31
HSL 46.67º 0.25% 0.58% -
HSV(B) 46.67º 0.31% 0.69% -
XYZ 34.23 36.69 23.37 -
YUV 161.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 175 163 121 0 0.07 0.31 0.31 46.67 0.25 0.58
Hex AF A3 79 0 7 1F 1F 2F 19 3A
Octal 257 243 171 0 7 37 37 57 31 72
Binary 10101111 10100011 1111001 0 111 11111 11111 101111 11001 111010

Color Harmonies of #AFA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA379

Black with #AFA379

Text Example


Text Example

White with #AFA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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