Html Css Color HEX #ABA08D Napa

📋 copy color: '#ABA08D'

red 171 ◦ green 160 ◦ blue 141

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

Shades of Napa #ABA08D

Tints of Napa #ABA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

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

R = 36.23%
G = 33.9%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#ABA08D (or 0xABA08D) is known color: Napa. HEX triplet: AB, A0 and 8D. RGB value is (171,160,141). Sum of RGB (Red+Green+Blue) = 171+160+141=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08D is #545F72. Grayscale: #A1A1A1. Windows color (decimal): -5529459 or 9281707. OLE color: 9281707.

HSL color Cylindrical-coordinate representation of color #ABA08D: hue angle of 38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA08D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 141 -
CMYK 0 0.06 0.18 0.33
HSL 38º 0.15% 0.61% -
HSV(B) 38º 0.18% 0.67% -
XYZ 34.17 35.72 30.29 -
YUV 161.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 171 160 141 0 0.06 0.18 0.33 38 0.15 0.61
Hex AB A0 8D 0 6 12 21 26 F 3D
Octal 253 240 215 0 6 22 41 46 17 75
Binary 10101011 10100000 10001101 0 110 10010 100001 100110 1111 111101

Color Harmonies of #ABA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA08D

Black with #ABA08D

Text Example


Text Example

White with #ABA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA08D; }

 p { color: rgb(171,160,141); }

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

background-color css

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

 a { background-color: rgb(171,160,141); }

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

border-color css

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

 span { border-color: rgb(171,160,141); }

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