Html Css Color HEX #ABA572 Hillary

📋 copy color: '#ABA572'

red 171 ◦ green 165 ◦ blue 114

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

Shades of Hillary #ABA572

Tints of Hillary #ABA572

RGB

 RED value IS 171 (67.19% from 255) = 38%

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 38%
G = 36.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ABA572 (or 0xABA572) is known color: Hillary. HEX triplet: AB, A5 and 72. RGB value is (171,165,114). Sum of RGB (Red+Green+Blue) = 171+165+114=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA572 is #545A8D. Grayscale: #A1A1A1. Windows color (decimal): -5528206 or 7513515. OLE color: 7513515.

HSL color Cylindrical-coordinate representation of color #ABA572: hue angle of 53.68º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA572 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 114 -
CMYK 0 0.04 0.33 0.33
HSL 53.68º 0.25% 0.56% -
HSV(B) 53.68º 0.33% 0.67% -
XYZ 33.29 36.78 21.27 -
YUV 160.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 171 165 114 0 0.04 0.33 0.33 53.68 0.25 0.56
Hex AB A5 72 0 4 21 21 36 19 38
Octal 253 245 162 0 4 41 41 66 31 70
Binary 10101011 10100101 1110010 0 100 100001 100001 110110 11001 111000

Color Harmonies of #ABA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA572

Black with #ABA572

Text Example


Text Example

White with #ABA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA572; }

 p { color: rgb(171,165,114); }

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

background-color css

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

 a { background-color: rgb(171,165,114); }

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

border-color css

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

 span { border-color: rgb(171,165,114); }

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