#ACAD7B

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

Shades of Locust #ACAD7B

Tints of Locust #ACAD7B

Color information

#ACAD7B (or 0xACAD7B) is unknown color: approx Locust. HEX triplet: AC, AD and 7B. RGB value is (172,173,123). Sum of RGB (Red+Green+Blue) = 172+173+123=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD7B is #535284. Grayscale: #A7A7A7. Windows color (decimal): -5460613 or 8105388. OLE color: 8105388.

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

Color convert

RGB172173123-
CMYK0.0100.290.32
HSL61.2º23.36%58.04%-
HSV(B)61.2º28.9%67.84%-
XYZ35.5340.0924.6-
YUV167103.17131.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=36.75%
G=36.97%
B=26.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731230.0100.290.3261.223.3658.04
HexACAD7B101D203d173a
Octal254255173103540752772
Binary10101100101011011111011101110110000011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD7B; }

 p { color: rgb(172,173,123); }

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

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

 a { background-color: rgb(172,173,123); }

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

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

 span { border-color: rgb(172,173,123); }

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