Html Css Color HEX #ACAB70 Locust

📋 copy color: '#ACAB70'

red 172 ◦ green 171 ◦ blue 112

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

Shades of Locust #ACAB70

Tints of Locust #ACAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 37.8%
G = 37.58%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#ACAB70 (or 0xACAB70) is known color: Locust. HEX triplet: AC, AB and 70. RGB value is (172,171,112). Sum of RGB (Red+Green+Blue) = 172+171+112=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB70 is #53548F. Grayscale: #A4A4A4. Windows color (decimal): -5461136 or 7383980. OLE color: 7383980.

HSL color Cylindrical-coordinate representation of color #ACAB70: hue angle of 59º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACAB70 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 112 -
CMYK 0 0.01 0.35 0.33
HSL 59º 0.27% 0.56% -
HSV(B) 59º 0.35% 0.67% -
XYZ 34.5 39.07 21.05 -
YUV 164.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 172 171 112 0 0.01 0.35 0.33 59 0.27 0.56
Hex AC AB 70 0 1 23 21 3B 1B 38
Octal 254 253 160 0 1 43 41 73 33 70
Binary 10101100 10101011 1110000 0 1 100011 100001 111011 11011 111000

Color Harmonies of #ACAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB70

Black with #ACAB70

Text Example


Text Example

White with #ACAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB70; }

 p { color: rgb(172,171,112); }

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

background-color css

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

 a { background-color: rgb(172,171,112); }

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

border-color css

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

 span { border-color: rgb(172,171,112); }

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