Html Css Color HEX #AEA85C Olive Green

📋 copy color: '#AEA85C'

red 174 ◦ green 168 ◦ blue 92

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

Shades of Olive Green #AEA85C

Tints of Olive Green #AEA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 40.09%
G = 38.71%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEA85C (or 0xAEA85C) is known color: Olive Green. HEX triplet: AE, A8 and 5C. RGB value is (174,168,92). Sum of RGB (Red+Green+Blue) = 174+168+92=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA85C is #5157A3. Grayscale: #A1A1A1. Windows color (decimal): -5330852 or 6072494. OLE color: 6072494.

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

Color convert

RGB 174 168 92 -
CMYK 0 0.03 0.47 0.32
HSL 55.61º 0.34% 0.52% -
HSV(B) 55.61º 0.47% 0.68% -
XYZ 33.39 37.78 15.66 -
YUV 161.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 174 168 92 0 0.03 0.47 0.32 55.61 0.34 0.52
Hex AE A8 5C 0 3 2F 20 38 22 34
Octal 256 250 134 0 3 57 40 70 42 64
Binary 10101110 10101000 1011100 0 11 101111 100000 111000 100010 110100

Color Harmonies of #AEA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA85C

Black with #AEA85C

Text Example


Text Example

White with #AEA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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