Html Css Color HEX #AEA957 Olive Green

📋 copy color: '#AEA957'

red 174 ◦ green 169 ◦ blue 87

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

Shades of Olive Green #AEA957

Tints of Olive Green #AEA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.3%

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 40.47%
G = 39.3%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AEA957 (or 0xAEA957) is known color: Olive Green. HEX triplet: AE, A9 and 57. RGB value is (174,169,87). Sum of RGB (Red+Green+Blue) = 174+169+87=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA957 is #5156A8. Grayscale: #A1A1A1. Windows color (decimal): -5330601 or 5745070. OLE color: 5745070.

HSL color Cylindrical-coordinate representation of color #AEA957: hue angle of 56.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEA957 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 87 -
CMYK 0 0.03 0.5 0.32
HSL 56.55º 0.35% 0.51% -
HSV(B) 56.55º 0.5% 0.68% -
XYZ 33.36 38.06 14.61 -
YUV 161.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 174 169 87 0 0.03 0.5 0.32 56.55 0.35 0.51
Hex AE A9 57 0 3 32 20 39 23 33
Octal 256 251 127 0 3 62 40 71 43 63
Binary 10101110 10101001 1010111 0 11 110010 100000 111001 100011 110011

Color Harmonies of #AEA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA957

Black with #AEA957

Text Example


Text Example

White with #AEA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA957; }

 p { color: rgb(174,169,87); }

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

background-color css

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

 a { background-color: rgb(174,169,87); }

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

border-color css

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

 span { border-color: rgb(174,169,87); }

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