Html Css Color HEX #ADA48A Neutral Green

📋 copy color: '#ADA48A'

red 173 ◦ green 164 ◦ blue 138

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

Shades of Neutral Green #ADA48A

Tints of Neutral Green #ADA48A

RGB

 RED value IS 173 (67.97% from 255) = 36.42%

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

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

R = 36.42%
G = 34.53%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA48A (or 0xADA48A) is known color: Neutral Green. HEX triplet: AD, A4 and 8A. RGB value is (173,164,138). Sum of RGB (Red+Green+Blue) = 173+164+138=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48A is #525B75. Grayscale: #A3A3A3. Windows color (decimal): -5397366 or 9086125. OLE color: 9086125.

HSL color Cylindrical-coordinate representation of color #ADA48A: hue angle of 44.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA48A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 138 -
CMYK 0 0.05 0.20 0.32
HSL 44.57º 0.18% 0.61% -
HSV(B) 44.57º 0.2% 0.68% -
XYZ 35.1 37.27 29.39 -
YUV 163.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 173 164 138 0 0.05 0.20 0.32 44.57 0.18 0.61
Hex AD A4 8A 0 5 14 20 2D 12 3D
Octal 255 244 212 0 5 24 40 55 22 75
Binary 10101101 10100100 10001010 0 101 10100 100000 101101 10010 111101

Color Harmonies of #ADA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA48A

Black with #ADA48A

Text Example


Text Example

White with #ADA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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