Html Css Color HEX #ACAF7D Locust

📋 copy color: '#ACAF7D'

red 172 ◦ green 175 ◦ blue 125

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

Shades of Locust #ACAF7D

Tints of Locust #ACAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

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

R = 36.44%
G = 37.08%
B = 26.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#ACAF7D (or 0xACAF7D) is known color: Locust. HEX triplet: AC, AF and 7D. RGB value is (172,175,125). Sum of RGB (Red+Green+Blue) = 172+175+125=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF7D is #535082. Grayscale: #A8A8A8. Windows color (decimal): -5460099 or 8236972. OLE color: 8236972.

HSL color Cylindrical-coordinate representation of color #ACAF7D: hue angle of 63.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACAF7D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 125 -
CMYK 0.02 0 0.29 0.31
HSL 63.6º 0.24% 0.59% -
HSV(B) 63.6º 0.29% 0.69% -
XYZ 36.04 40.91 25.4 -
YUV 168.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 172 175 125 0.02 0 0.29 0.31 63.6 0.24 0.59
Hex AC AF 7D 2 0 1D 1F 40 18 3B
Octal 254 257 175 2 0 35 37 100 30 73
Binary 10101100 10101111 1111101 10 0 11101 11111 1000000 11000 111011

Color Harmonies of #ACAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF7D

Black with #ACAF7D

Text Example


Text Example

White with #ACAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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