Html Css Color HEX #ACB07F Locust

📋 copy color: '#ACB07F'

red 172 ◦ green 176 ◦ blue 127

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

Shades of Locust #ACB07F

Tints of Locust #ACB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.74%

R = 36.21%
G = 37.05%
B = 26.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#ACB07F (or 0xACB07F) is known color: Locust. HEX triplet: AC, B0 and 7F. RGB value is (172,176,127). Sum of RGB (Red+Green+Blue) = 172+176+127=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07F is #534F80. Grayscale: #A9A9A9. Windows color (decimal): -5459841 or 8368300. OLE color: 8368300.

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

Color convert

RGB 172 176 127 -
CMYK 0.02 0 0.28 0.31
HSL 64.9º 0.24% 0.59% -
HSV(B) 64.9º 0.28% 0.69% -
XYZ 36.37 41.35 26.14 -
YUV 169.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 172 176 127 0.02 0 0.28 0.31 64.9 0.24 0.59
Hex AC B0 7F 2 0 1C 1F 41 18 3B
Octal 254 260 177 2 0 34 37 101 30 73
Binary 10101100 10110000 1111111 10 0 11100 11111 1000001 11000 111011

Color Harmonies of #ACB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB07F

Black with #ACB07F

Text Example


Text Example

White with #ACB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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