Html Css Color HEX #AEA572 Hillary

📋 copy color: '#AEA572'

red 174 ◦ green 165 ◦ blue 114

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

Shades of Hillary #AEA572

Tints of Hillary #AEA572

RGB

 RED value IS 174 (68.36% from 255) = 38.41%

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

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

R = 38.41%
G = 36.42%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AEA572 (or 0xAEA572) is known color: Hillary. HEX triplet: AE, A5 and 72. RGB value is (174,165,114). Sum of RGB (Red+Green+Blue) = 174+165+114=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA572 is #515A8D. Grayscale: #A2A2A2. Windows color (decimal): -5331598 or 7513518. OLE color: 7513518.

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

Color convert

RGB 174 165 114 -
CMYK 0 0.05 0.34 0.32
HSL 51º 0.27% 0.56% -
HSV(B) 51º 0.34% 0.68% -
XYZ 33.95 37.12 21.3 -
YUV 161.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 174 165 114 0 0.05 0.34 0.32 51 0.27 0.56
Hex AE A5 72 0 5 22 20 33 1B 38
Octal 256 245 162 0 5 42 40 63 33 70
Binary 10101110 10100101 1110010 0 101 100010 100000 110011 11011 111000

Color Harmonies of #AEA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA572

Black with #AEA572

Text Example


Text Example

White with #AEA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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