Html Css Color HEX #A8A48B Neutral Green

📋 copy color: '#A8A48B'

red 168 ◦ green 164 ◦ blue 139

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

Shades of Neutral Green #A8A48B

Tints of Neutral Green #A8A48B

RGB

 RED value IS 168 (66.02% from 255) = 35.67%

 GREEN value IS 164 (64.45% from 255) = 34.82%

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

R = 35.67%
G = 34.82%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8A48B (or 0xA8A48B) is known color: Neutral Green. HEX triplet: A8, A4 and 8B. RGB value is (168,164,139). Sum of RGB (Red+Green+Blue) = 168+164+139=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A48B is #575B74. Grayscale: #A2A2A2. Windows color (decimal): -5725045 or 9151656. OLE color: 9151656.

HSL color Cylindrical-coordinate representation of color #A8A48B: hue angle of 51.72º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A48B is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 164 139 -
CMYK 0 0.02 0.17 0.34
HSL 51.72º 0.14% 0.6% -
HSV(B) 51.72º 0.17% 0.66% -
XYZ 34.08 36.74 29.72 -
YUV 162.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 168 164 139 0 0.02 0.17 0.34 51.72 0.14 0.6
Hex A8 A4 8B 0 2 11 22 34 E 3C
Octal 250 244 213 0 2 21 42 64 16 74
Binary 10101000 10100100 10001011 0 10 10001 100010 110100 1110 111100

Color Harmonies of #A8A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A48B

Black with #A8A48B

Text Example


Text Example

White with #A8A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A48B; }

 p { color: rgb(168,164,139); }

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

background-color css

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

 a { background-color: rgb(168,164,139); }

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

border-color css

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

 span { border-color: rgb(168,164,139); }

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