Html Css Color HEX #ADA28D Napa

📋 copy color: '#ADA28D'

red 173 ◦ green 162 ◦ blue 141

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

Shades of Napa #ADA28D

Tints of Napa #ADA28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 36.34%
G = 34.03%
B = 29.62%

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

#ADA28D (or 0xADA28D) is known color: Napa. HEX triplet: AD, A2 and 8D. RGB value is (173,162,141). Sum of RGB (Red+Green+Blue) = 173+162+141=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28D is #525D72. Grayscale: #A2A2A2. Windows color (decimal): -5397875 or 9282221. OLE color: 9282221.

HSL color Cylindrical-coordinate representation of color #ADA28D: hue angle of 39.38º 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 #ADA28D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 141 -
CMYK 0 0.06 0.18 0.32
HSL 39.38º 0.16% 0.62% -
HSV(B) 39.38º 0.18% 0.68% -
XYZ 34.96 36.65 30.43 -
YUV 162.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 173 162 141 0 0.06 0.18 0.32 39.38 0.16 0.62
Hex AD A2 8D 0 6 12 20 27 10 3E
Octal 255 242 215 0 6 22 40 47 20 76
Binary 10101101 10100010 10001101 0 110 10010 100000 100111 10000 111110

Color Harmonies of #ADA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA28D

Black with #ADA28D

Text Example


Text Example

White with #ADA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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