Html Css Color HEX #ACB073 Locust

📋 copy color: '#ACB073'

red 172 ◦ green 176 ◦ blue 115

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

Shades of Locust #ACB073

Tints of Locust #ACB073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.84%

R = 37.15%
G = 38.01%
B = 24.84%

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

#ACB073 (or 0xACB073) is known color: Locust. HEX triplet: AC, B0 and 73. RGB value is (172,176,115). Sum of RGB (Red+Green+Blue) = 172+176+115=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB073 is #534F8C. Grayscale: #A8A8A8. Windows color (decimal): -5459853 or 7581868. OLE color: 7581868.

HSL color Cylindrical-coordinate representation of color #ACB073: hue angle of 63.93º 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 #ACB073 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 115 -
CMYK 0.02 0 0.35 0.31
HSL 63.93º 0.28% 0.57% -
HSV(B) 63.93º 0.35% 0.69% -
XYZ 35.63 41.06 22.27 -
YUV 167.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 172 176 115 0.02 0 0.35 0.31 63.93 0.28 0.57
Hex AC B0 73 2 0 23 1F 40 1C 39
Octal 254 260 163 2 0 43 37 100 34 71
Binary 10101100 10110000 1110011 10 0 100011 11111 1000000 11100 111001

Color Harmonies of #ACB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB073

Black with #ACB073

Text Example


Text Example

White with #ACB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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