Html Css Color HEX #ABA291 Napa

📋 copy color: '#ABA291'

red 171 ◦ green 162 ◦ blue 145

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

Shades of Napa #ABA291

Tints of Napa #ABA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 35.77%
G = 33.89%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA291 (or 0xABA291) is known color: Napa. HEX triplet: AB, A2 and 91. RGB value is (171,162,145). Sum of RGB (Red+Green+Blue) = 171+162+145=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA291 is #545D6E. Grayscale: #A2A2A2. Windows color (decimal): -5528943 or 9544363. OLE color: 9544363.

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

Color convert

RGB 171 162 145 -
CMYK 0 0.05 0.15 0.33
HSL 39.23º 0.13% 0.62% -
HSV(B) 39.23º 0.15% 0.67% -
XYZ 34.83 36.54 32.01 -
YUV 162.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 171 162 145 0 0.05 0.15 0.33 39.23 0.13 0.62
Hex AB A2 91 0 5 F 21 27 D 3E
Octal 253 242 221 0 5 17 41 47 15 76
Binary 10101011 10100010 10010001 0 101 1111 100001 100111 1101 111110

Color Harmonies of #ABA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA291

Black with #ABA291

Text Example


Text Example

White with #ABA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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