Html Css Color HEX #ACB072 Locust

📋 copy color: '#ACB072'

red 172 ◦ green 176 ◦ blue 114

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

Shades of Locust #ACB072

Tints of Locust #ACB072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 37.23%
G = 38.1%
B = 24.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#ACB072 (or 0xACB072) is known color: Locust. HEX triplet: AC, B0 and 72. RGB value is (172,176,114). Sum of RGB (Red+Green+Blue) = 172+176+114=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB072 is #534F8D. Grayscale: #A7A7A7. Windows color (decimal): -5459854 or 7516332. OLE color: 7516332.

HSL color Cylindrical-coordinate representation of color #ACB072: hue angle of 63.87º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACB072 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 114 -
CMYK 0.02 0 0.35 0.31
HSL 63.87º 0.28% 0.57% -
HSV(B) 63.87º 0.35% 0.69% -
XYZ 35.58 41.04 21.97 -
YUV 167.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 172 176 114 0.02 0 0.35 0.31 63.87 0.28 0.57
Hex AC B0 72 2 0 23 1F 40 1C 39
Octal 254 260 162 2 0 43 37 100 34 71
Binary 10101100 10110000 1110010 10 0 100011 11111 1000000 11100 111001

Color Harmonies of #ACB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB072

Black with #ACB072

Text Example


Text Example

White with #ACB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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