Html Css Color HEX #ACAF7C Locust

📋 copy color: '#ACAF7C'

red 172 ◦ green 175 ◦ blue 124

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

Shades of Locust #ACAF7C

Tints of Locust #ACAF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 36.52%
G = 37.15%
B = 26.33%

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

#ACAF7C (or 0xACAF7C) is known color: Locust. HEX triplet: AC, AF and 7C. RGB value is (172,175,124). Sum of RGB (Red+Green+Blue) = 172+175+124=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF7C is #535083. Grayscale: #A8A8A8. Windows color (decimal): -5460100 or 8171436. OLE color: 8171436.

HSL color Cylindrical-coordinate representation of color #ACAF7C: hue angle of 63.53º 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 #ACAF7C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 124 -
CMYK 0.02 0 0.29 0.31
HSL 63.53º 0.24% 0.59% -
HSV(B) 63.53º 0.29% 0.69% -
XYZ 35.98 40.89 25.06 -
YUV 168.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 172 175 124 0.02 0 0.29 0.31 63.53 0.24 0.59
Hex AC AF 7C 2 0 1D 1F 40 18 3B
Octal 254 257 174 2 0 35 37 100 30 73
Binary 10101100 10101111 1111100 10 0 11101 11111 1000000 11000 111011

Color Harmonies of #ACAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF7C

Black with #ACAF7C

Text Example


Text Example

White with #ACAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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