#ACAE6A

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

Shades of Olive Green #ACAE6A

Tints of Olive Green #ACAE6A

Color information

#ACAE6A (or 0xACAE6A) is unknown color: approx Olive Green. HEX triplet: AC, AE and 6A. RGB value is (172,174,106). Sum of RGB (Red+Green+Blue) = 172+174+106=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE6A is #535195. Grayscale: #A5A5A5. Windows color (decimal): -5460374 or 6991532. OLE color: 6991532.

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

Color convert

RGB172174106-
CMYK0.0100.390.32
HSL61.76º29.57%54.9%-
HSV(B)61.76º39.08%68.24%-
XYZ34.7540.0819.54-
YUV165.6594.34132.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=38.05%
G=38.50%
B=23.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741060.0100.390.3261.7629.5754.9
HexACAE6A1027203e1e37
Octal254256152104740763667
Binary101011001010111011010101010011110000011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE6A; }

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

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

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

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

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

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

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

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