Html Css Color HEX #ACB07D Locust

📋 copy color: '#ACB07D'

red 172 ◦ green 176 ◦ blue 125

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

Shades of Locust #ACB07D

Tints of Locust #ACB07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 36.36%
G = 37.21%
B = 26.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#ACB07D (or 0xACB07D) is known color: Locust. HEX triplet: AC, B0 and 7D. RGB value is (172,176,125). Sum of RGB (Red+Green+Blue) = 172+176+125=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07D is #534F82. Grayscale: #A9A9A9. Windows color (decimal): -5459843 or 8237228. OLE color: 8237228.

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

Color convert

RGB 172 176 125 -
CMYK 0.02 0 0.29 0.31
HSL 64.71º 0.24% 0.59% -
HSV(B) 64.71º 0.29% 0.69% -
XYZ 36.24 41.3 25.46 -
YUV 168.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 172 176 125 0.02 0 0.29 0.31 64.71 0.24 0.59
Hex AC B0 7D 2 0 1D 1F 41 18 3B
Octal 254 260 175 2 0 35 37 101 30 73
Binary 10101100 10110000 1111101 10 0 11101 11111 1000001 11000 111011

Color Harmonies of #ACB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB07D

Black with #ACB07D

Text Example


Text Example

White with #ACB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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