Html Css Color HEX #ACAB74 Locust

📋 copy color: '#ACAB74'

red 172 ◦ green 171 ◦ blue 116

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

Shades of Locust #ACAB74

Tints of Locust #ACAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 37.47%
G = 37.25%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ACAB74 (or 0xACAB74) is known color: Locust. HEX triplet: AC, AB and 74. RGB value is (172,171,116). Sum of RGB (Red+Green+Blue) = 172+171+116=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB74 is #53548B. Grayscale: #A5A5A5. Windows color (decimal): -5461132 or 7646124. OLE color: 7646124.

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

Color convert

RGB 172 171 116 -
CMYK 0 0.01 0.33 0.33
HSL 58.93º 0.25% 0.56% -
HSV(B) 58.93º 0.33% 0.67% -
XYZ 34.73 39.16 22.25 -
YUV 165.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 172 171 116 0 0.01 0.33 0.33 58.93 0.25 0.56
Hex AC AB 74 0 1 21 21 3B 19 38
Octal 254 253 164 0 1 41 41 73 31 70
Binary 10101100 10101011 1110100 0 1 100001 100001 111011 11001 111000

Color Harmonies of #ACAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB74

Black with #ACAB74

Text Example


Text Example

White with #ACAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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