Html Css Color HEX #ACA68C Neutral Green

📋 copy color: '#ACA68C'

red 172 ◦ green 166 ◦ blue 140

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

Shades of Neutral Green #ACA68C

Tints of Neutral Green #ACA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 35.98%
G = 34.73%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ACA68C (or 0xACA68C) is known color: Neutral Green. HEX triplet: AC, A6 and 8C. RGB value is (172,166,140). Sum of RGB (Red+Green+Blue) = 172+166+140=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68C is #535973. Grayscale: #A4A4A4. Windows color (decimal): -5462388 or 9217708. OLE color: 9217708.

HSL color Cylindrical-coordinate representation of color #ACA68C: hue angle of 48.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA68C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 140 -
CMYK 0 0.03 0.19 0.33
HSL 48.75º 0.16% 0.61% -
HSV(B) 48.75º 0.19% 0.67% -
XYZ 35.38 37.94 30.27 -
YUV 164.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 172 166 140 0 0.03 0.19 0.33 48.75 0.16 0.61
Hex AC A6 8C 0 3 13 21 31 10 3D
Octal 254 246 214 0 3 23 41 61 20 75
Binary 10101100 10100110 10001100 0 11 10011 100001 110001 10000 111101

Color Harmonies of #ACA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA68C

Black with #ACA68C

Text Example


Text Example

White with #ACA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA68C; }

 p { color: rgb(172,166,140); }

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

background-color css

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

 a { background-color: rgb(172,166,140); }

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

border-color css

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

 span { border-color: rgb(172,166,140); }

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