Html Css Color HEX #A4A28A Neutral Green

📋 copy color: '#A4A28A'

red 164 ◦ green 162 ◦ blue 138

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

Shades of Neutral Green #A4A28A

Tints of Neutral Green #A4A28A

RGB

 RED value IS 164 (64.45% from 255) = 35.34%

 GREEN value IS 162 (63.67% from 255) = 34.91%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 35.34%
G = 34.91%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4A28A (or 0xA4A28A) is known color: Neutral Green. HEX triplet: A4, A2 and 8A. RGB value is (164,162,138). Sum of RGB (Red+Green+Blue) = 164+162+138=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A28A is #5B5D75. Grayscale: #9F9F9F. Windows color (decimal): -5987702 or 9085604. OLE color: 9085604.

HSL color Cylindrical-coordinate representation of color #A4A28A: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4A28A is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 162 138 -
CMYK 0 0.01 0.16 0.36
HSL 55.38º 0.13% 0.59% -
HSV(B) 55.38º 0.16% 0.64% -
XYZ 32.82 35.57 29.18 -
YUV 159.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 164 162 138 0 0.01 0.16 0.36 55.38 0.13 0.59
Hex A4 A2 8A 0 1 10 24 37 C 3B
Octal 244 242 212 0 1 20 44 67 14 73
Binary 10100100 10100010 10001010 0 1 10000 100100 110111 1100 111011

Color Harmonies of #A4A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A28A

Black with #A4A28A

Text Example


Text Example

White with #A4A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A28A; }

 p { color: rgb(164,162,138); }

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

background-color css

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

 a { background-color: rgb(164,162,138); }

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

border-color css

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

 span { border-color: rgb(164,162,138); }

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