Html Css Color HEX #AEA852 Olive Green

📋 copy color: '#AEA852'

red 174 ◦ green 168 ◦ blue 82

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

Shades of Olive Green #AEA852

Tints of Olive Green #AEA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 82 (32.42% from 255) = 19.34%

R = 41.04%
G = 39.62%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AEA852 (or 0xAEA852) is known color: Olive Green. HEX triplet: AE, A8 and 52. RGB value is (174,168,82). Sum of RGB (Red+Green+Blue) = 174+168+82=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA852 is #5157AD. Grayscale: #A0A0A0. Windows color (decimal): -5330862 or 5417134. OLE color: 5417134.

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

Color convert

RGB 174 168 82 -
CMYK 0 0.03 0.53 0.32
HSL 56.09º 0.36% 0.5% -
HSV(B) 56.09º 0.53% 0.68% -
XYZ 32.98 37.61 13.5 -
YUV 159.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 174 168 82 0 0.03 0.53 0.32 56.09 0.36 0.5
Hex AE A8 52 0 3 35 20 38 24 32
Octal 256 250 122 0 3 65 40 70 44 62
Binary 10101110 10101000 1010010 0 11 110101 100000 111000 100100 110010

Color Harmonies of #AEA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA852

Black with #AEA852

Text Example


Text Example

White with #AEA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA852; }

 p { color: rgb(174,168,82); }

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

background-color css

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

 a { background-color: rgb(174,168,82); }

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

border-color css

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

 span { border-color: rgb(174,168,82); }

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