Html Css Color HEX #A5A38B Neutral Green

📋 copy color: '#A5A38B'

red 165 ◦ green 163 ◦ blue 139

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

Shades of Neutral Green #A5A38B

Tints of Neutral Green #A5A38B

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

 GREEN value IS 163 (64.06% from 255) = 34.9%

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

R = 35.33%
G = 34.9%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5A38B (or 0xA5A38B) is known color: Neutral Green. HEX triplet: A5, A3 and 8B. RGB value is (165,163,139). Sum of RGB (Red+Green+Blue) = 165+163+139=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A38B is #5A5C74. Grayscale: #A0A0A0. Windows color (decimal): -5921909 or 9151397. OLE color: 9151397.

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

Color convert

RGB 165 163 139 -
CMYK 0 0.01 0.16 0.35
HSL 55.38º 0.13% 0.6% -
HSV(B) 55.38º 0.16% 0.65% -
XYZ 33.27 36.06 29.63 -
YUV 160.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 165 163 139 0 0.01 0.16 0.35 55.38 0.13 0.6
Hex A5 A3 8B 0 1 10 23 37 D 3C
Octal 245 243 213 0 1 20 43 67 15 74
Binary 10100101 10100011 10001011 0 1 10000 100011 110111 1101 111100

Color Harmonies of #A5A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A38B

Black with #A5A38B

Text Example


Text Example

White with #A5A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A38B; }

 p { color: rgb(165,163,139); }

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

background-color css

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

 a { background-color: rgb(165,163,139); }

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

border-color css

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

 span { border-color: rgb(165,163,139); }

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