Html Css Color HEX #ACAE74 Locust

📋 copy color: '#ACAE74'

red 172 ◦ green 174 ◦ blue 116

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

Shades of Locust #ACAE74

Tints of Locust #ACAE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

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

R = 37.23%
G = 37.66%
B = 25.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#ACAE74 (or 0xACAE74) is known color: Locust. HEX triplet: AC, AE and 74. RGB value is (172,174,116). Sum of RGB (Red+Green+Blue) = 172+174+116=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE74 is #53518B. Grayscale: #A7A7A7. Windows color (decimal): -5460364 or 7646892. OLE color: 7646892.

HSL color Cylindrical-coordinate representation of color #ACAE74: hue angle of 62.07º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACAE74 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 116 -
CMYK 0.01 0 0.33 0.32
HSL 62.07º 0.26% 0.57% -
HSV(B) 62.07º 0.33% 0.68% -
XYZ 35.3 40.3 22.44 -
YUV 166.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 172 174 116 0.01 0 0.33 0.32 62.07 0.26 0.57
Hex AC AE 74 1 0 21 20 3E 1A 39
Octal 254 256 164 1 0 41 40 76 32 71
Binary 10101100 10101110 1110100 1 0 100001 100000 111110 11010 111001

Color Harmonies of #ACAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE74

Black with #ACAE74

Text Example


Text Example

White with #ACAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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