Html Css Color HEX #ACAD7D Locust

📋 copy color: '#ACAD7D'

red 172 ◦ green 173 ◦ blue 125

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

Shades of Locust #ACAD7D

Tints of Locust #ACAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.81%

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

R = 36.6%
G = 36.81%
B = 26.6%

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

#ACAD7D (or 0xACAD7D) is known color: Locust. HEX triplet: AC, AD and 7D. RGB value is (172,173,125). Sum of RGB (Red+Green+Blue) = 172+173+125=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD7D is #535282. Grayscale: #A7A7A7. Windows color (decimal): -5460611 or 8236460. OLE color: 8236460.

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

Color convert

RGB 172 173 125 -
CMYK 0.01 0 0.28 0.32
HSL 61.25º 0.23% 0.58% -
HSV(B) 61.25º 0.28% 0.68% -
XYZ 35.66 40.14 25.27 -
YUV 167.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 172 173 125 0.01 0 0.28 0.32 61.25 0.23 0.58
Hex AC AD 7D 1 0 1C 20 3D 17 3A
Octal 254 255 175 1 0 34 40 75 27 72
Binary 10101100 10101101 1111101 1 0 11100 100000 111101 10111 111010

Color Harmonies of #ACAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD7D

Black with #ACAD7D

Text Example


Text Example

White with #ACAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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