Html Css Color HEX #ACA68B Neutral Green

📋 copy color: '#ACA68B'

red 172 ◦ green 166 ◦ blue 139

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

Shades of Neutral Green #ACA68B

Tints of Neutral Green #ACA68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 36.06%
G = 34.8%
B = 29.14%

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

#ACA68B (or 0xACA68B) is known color: Neutral Green. HEX triplet: AC, A6 and 8B. RGB value is (172,166,139). Sum of RGB (Red+Green+Blue) = 172+166+139=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA68B is #535974. Grayscale: #A4A4A4. Windows color (decimal): -5462389 or 9152172. OLE color: 9152172.

HSL color Cylindrical-coordinate representation of color #ACA68B: hue angle of 49.09º degrees, saturation: 0.17, 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 #ACA68B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 139 -
CMYK 0 0.03 0.19 0.33
HSL 49.09º 0.17% 0.61% -
HSV(B) 49.09º 0.19% 0.67% -
XYZ 35.31 37.91 29.88 -
YUV 164.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 172 166 139 0 0.03 0.19 0.33 49.09 0.17 0.61
Hex AC A6 8B 0 3 13 21 31 11 3D
Octal 254 246 213 0 3 23 41 61 21 75
Binary 10101100 10100110 10001011 0 11 10011 100001 110001 10001 111101

Color Harmonies of #ACA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA68B

Black with #ACA68B

Text Example


Text Example

White with #ACA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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