Html Css Color HEX #ABA289 Napa

📋 copy color: '#ABA289'

red 171 ◦ green 162 ◦ blue 137

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

Shades of Napa #ABA289

Tints of Napa #ABA289

RGB

 RED value IS 171 (67.19% from 255) = 36.38%

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

 BLUE value IS 137 (53.91% from 255) = 29.15%

R = 36.38%
G = 34.47%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#ABA289 (or 0xABA289) is known color: Napa. HEX triplet: AB, A2 and 89. RGB value is (171,162,137). Sum of RGB (Red+Green+Blue) = 171+162+137=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA289 is #545D76. Grayscale: #A1A1A1. Windows color (decimal): -5528951 or 9020075. OLE color: 9020075.

HSL color Cylindrical-coordinate representation of color #ABA289: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA289 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 137 -
CMYK 0 0.05 0.20 0.33
HSL 44.12º 0.17% 0.6% -
HSV(B) 44.12º 0.2% 0.67% -
XYZ 34.23 36.3 28.87 -
YUV 161.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 171 162 137 0 0.05 0.20 0.33 44.12 0.17 0.6
Hex AB A2 89 0 5 14 21 2C 11 3C
Octal 253 242 211 0 5 24 41 54 21 74
Binary 10101011 10100010 10001001 0 101 10100 100001 101100 10001 111100

Color Harmonies of #ABA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA289

Black with #ABA289

Text Example


Text Example

White with #ABA289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA289; }

 p { color: rgb(171,162,137); }

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

background-color css

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

 a { background-color: rgb(171,162,137); }

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

border-color css

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

 span { border-color: rgb(171,162,137); }

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