Html Css Color HEX #ACAE7D Locust

📋 copy color: '#ACAE7D'

red 172 ◦ green 174 ◦ blue 125

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

Shades of Locust #ACAE7D

Tints of Locust #ACAE7D

RGB

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

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

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

R = 36.52%
G = 36.94%
B = 26.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ACAE7D (or 0xACAE7D) is known color: Locust. HEX triplet: AC, AE and 7D. RGB value is (172,174,125). Sum of RGB (Red+Green+Blue) = 172+174+125=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE7D is #535182. Grayscale: #A8A8A8. Windows color (decimal): -5460355 or 8236716. OLE color: 8236716.

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

Color convert

RGB 172 174 125 -
CMYK 0.01 0 0.28 0.32
HSL 62.45º 0.23% 0.59% -
HSV(B) 62.45º 0.28% 0.68% -
XYZ 35.85 40.52 25.33 -
YUV 167.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 172 174 125 0.01 0 0.28 0.32 62.45 0.23 0.59
Hex AC AE 7D 1 0 1C 20 3E 17 3B
Octal 254 256 175 1 0 34 40 76 27 73
Binary 10101100 10101110 1111101 1 0 11100 100000 111110 10111 111011

Color Harmonies of #ACAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE7D

Black with #ACAE7D

Text Example


Text Example

White with #ACAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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