Html Css Color HEX #ABA18B Napa

📋 copy color: '#ABA18B'

red 171 ◦ green 161 ◦ blue 139

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

Shades of Napa #ABA18B

Tints of Napa #ABA18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 36.31%
G = 34.18%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ABA18B (or 0xABA18B) is known color: Napa. HEX triplet: AB, A1 and 8B. RGB value is (171,161,139). Sum of RGB (Red+Green+Blue) = 171+161+139=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18B is #545E74. Grayscale: #A1A1A1. Windows color (decimal): -5529205 or 9150891. OLE color: 9150891.

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

Color convert

RGB 171 161 139 -
CMYK 0 0.06 0.19 0.33
HSL 41.25º 0.16% 0.61% -
HSV(B) 41.25º 0.19% 0.67% -
XYZ 34.2 36.01 29.57 -
YUV 161.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 171 161 139 0 0.06 0.19 0.33 41.25 0.16 0.61
Hex AB A1 8B 0 6 13 21 29 10 3D
Octal 253 241 213 0 6 23 41 51 20 75
Binary 10101011 10100001 10001011 0 110 10011 100001 101001 10000 111101

Color Harmonies of #ABA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA18B

Black with #ABA18B

Text Example


Text Example

White with #ABA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA18B; }

 p { color: rgb(171,161,139); }

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

background-color css

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

 a { background-color: rgb(171,161,139); }

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

border-color css

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

 span { border-color: rgb(171,161,139); }

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