Html Css Color HEX #ACB07C Locust

📋 copy color: '#ACB07C'

red 172 ◦ green 176 ◦ blue 124

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

Shades of Locust #ACB07C

Tints of Locust #ACB07C

RGB

 RED value IS 172 (67.58% from 255) = 36.44%

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 36.44%
G = 37.29%
B = 26.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#ACB07C (or 0xACB07C) is known color: Locust. HEX triplet: AC, B0 and 7C. RGB value is (172,176,124). Sum of RGB (Red+Green+Blue) = 172+176+124=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07C is #534F83. Grayscale: #A9A9A9. Windows color (decimal): -5459844 or 8171692. OLE color: 8171692.

HSL color Cylindrical-coordinate representation of color #ACB07C: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB07C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 124 -
CMYK 0.02 0 0.30 0.31
HSL 64.62º 0.25% 0.59% -
HSV(B) 64.62º 0.3% 0.69% -
XYZ 36.18 41.28 25.13 -
YUV 168.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 172 176 124 0.02 0 0.30 0.31 64.62 0.25 0.59
Hex AC B0 7C 2 0 1E 1F 41 19 3B
Octal 254 260 174 2 0 36 37 101 31 73
Binary 10101100 10110000 1111100 10 0 11110 11111 1000001 11001 111011

Color Harmonies of #ACB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB07C

Black with #ACB07C

Text Example


Text Example

White with #ACB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB07C; }

 p { color: rgb(172,176,124); }

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

background-color css

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

 a { background-color: rgb(172,176,124); }

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

border-color css

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

 span { border-color: rgb(172,176,124); }

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