#ACAE69

Color #ACAE69 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACAE69

Tints of Olive Green #ACAE69

Color information

#ACAE69 (or 0xACAE69) is unknown color: approx Olive Green. HEX triplet: AC, AE and 69. RGB value is (172,174,105). Sum of RGB (Red+Green+Blue) = 172+174+105=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE69 is #535196. Grayscale: #A5A5A5. Windows color (decimal): -5460375 or 6925996. OLE color: 6925996.

HSL color Cylindrical-coordinate representation of color #ACAE69: hue angle of 61.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAE69 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB172174105-
CMYK0.0100.400.32
HSL61.74º29.87%54.71%-
HSV(B)61.74º39.66%68.24%-
XYZ34.740.0619.27-
YUV165.5493.84132.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=38.14%
G=38.58%
B=23.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741050.0100.400.3261.7429.8754.71
HexACAE691028203e1e37
Octal254256151105040763667
Binary101011001010111011010011010100010000011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE69; }

 p { color: rgb(172,174,105); }

 H1.HeaderClassName
 {
   color: #ACAE69;
 }
 .AnyTagClassName
 {
   color: #ACAE69;
 }
</style>
background-color css

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

 a { background-color: rgb(172,174,105); }

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

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

 span { border-color: rgb(172,174,105); }

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