Html Css Color HEX #AFA378 Hillary

📋 copy color: '#AFA378'

red 175 ◦ green 163 ◦ blue 120

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

Shades of Hillary #AFA378

Tints of Hillary #AFA378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 38.21%
G = 35.59%
B = 26.2%

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

#AFA378 (or 0xAFA378) is known color: Hillary. HEX triplet: AF, A3 and 78. RGB value is (175,163,120). Sum of RGB (Red+Green+Blue) = 175+163+120=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA378 is #505C87. Grayscale: #A1A1A1. Windows color (decimal): -5266568 or 7906223. OLE color: 7906223.

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

Color convert

RGB 175 163 120 -
CMYK 0 0.07 0.31 0.31
HSL 46.91º 0.26% 0.58% -
HSV(B) 46.91º 0.31% 0.69% -
XYZ 34.17 36.66 23.05 -
YUV 161.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 175 163 120 0 0.07 0.31 0.31 46.91 0.26 0.58
Hex AF A3 78 0 7 1F 1F 2F 1A 3A
Octal 257 243 170 0 7 37 37 57 32 72
Binary 10101111 10100011 1111000 0 111 11111 11111 101111 11010 111010

Color Harmonies of #AFA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA378

Black with #AFA378

Text Example


Text Example

White with #AFA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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