Html Css Color HEX #ABA08E Napa

📋 copy color: '#ABA08E'

red 171 ◦ green 160 ◦ blue 142

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

Shades of Napa #ABA08E

Tints of Napa #ABA08E

RGB

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

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

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

R = 36.15%
G = 33.83%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#ABA08E (or 0xABA08E) is known color: Napa. HEX triplet: AB, A0 and 8E. RGB value is (171,160,142). Sum of RGB (Red+Green+Blue) = 171+160+142=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA08E is #545F71. Grayscale: #A1A1A1. Windows color (decimal): -5529458 or 9347243. OLE color: 9347243.

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

Color convert

RGB 171 160 142 -
CMYK 0 0.06 0.17 0.33
HSL 37.24º 0.15% 0.61% -
HSV(B) 37.24º 0.17% 0.67% -
XYZ 34.25 35.75 30.69 -
YUV 161.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 171 160 142 0 0.06 0.17 0.33 37.24 0.15 0.61
Hex AB A0 8E 0 6 11 21 25 F 3D
Octal 253 240 216 0 6 21 41 45 17 75
Binary 10101011 10100000 10001110 0 110 10001 100001 100101 1111 111101

Color Harmonies of #ABA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA08E

Black with #ABA08E

Text Example


Text Example

White with #ABA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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