Html Css Color HEX #ADA28E Napa

📋 copy color: '#ADA28E'

red 173 ◦ green 162 ◦ blue 142

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

Shades of Napa #ADA28E

Tints of Napa #ADA28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 36.27%
G = 33.96%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA28E (or 0xADA28E) is known color: Napa. HEX triplet: AD, A2 and 8E. RGB value is (173,162,142). Sum of RGB (Red+Green+Blue) = 173+162+142=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28E is #525D71. Grayscale: #A3A3A3. Windows color (decimal): -5397874 or 9347757. OLE color: 9347757.

HSL color Cylindrical-coordinate representation of color #ADA28E: hue angle of 38.71º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA28E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 142 -
CMYK 0 0.06 0.18 0.32
HSL 38.71º 0.16% 0.62% -
HSV(B) 38.71º 0.18% 0.68% -
XYZ 35.04 36.68 30.82 -
YUV 163.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 173 162 142 0 0.06 0.18 0.32 38.71 0.16 0.62
Hex AD A2 8E 0 6 12 20 27 10 3E
Octal 255 242 216 0 6 22 40 47 20 76
Binary 10101101 10100010 10001110 0 110 10010 100000 100111 10000 111110

Color Harmonies of #ADA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA28E

Black with #ADA28E

Text Example


Text Example

White with #ADA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA28E; }

 p { color: rgb(173,162,142); }

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

background-color css

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

 a { background-color: rgb(173,162,142); }

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

border-color css

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

 span { border-color: rgb(173,162,142); }

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