Html Css Color HEX #ABA084 Napa

📋 copy color: '#ABA084'

red 171 ◦ green 160 ◦ blue 132

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

Shades of Napa #ABA084

Tints of Napa #ABA084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 36.93%
G = 34.56%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#ABA084 (or 0xABA084) is known color: Napa. HEX triplet: AB, A0 and 84. RGB value is (171,160,132). Sum of RGB (Red+Green+Blue) = 171+160+132=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA084 is #545F7B. Grayscale: #A0A0A0. Windows color (decimal): -5529468 or 8691883. OLE color: 8691883.

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

Color convert

RGB 171 160 132 -
CMYK 0 0.06 0.23 0.33
HSL 43.08º 0.19% 0.59% -
HSV(B) 43.08º 0.23% 0.67% -
XYZ 33.53 35.47 26.91 -
YUV 160.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 171 160 132 0 0.06 0.23 0.33 43.08 0.19 0.59
Hex AB A0 84 0 6 17 21 2B 13 3B
Octal 253 240 204 0 6 27 41 53 23 73
Binary 10101011 10100000 10000100 0 110 10111 100001 101011 10011 111011

Color Harmonies of #ABA084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA084

Black with #ABA084

Text Example


Text Example

White with #ABA084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA084; }

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

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

background-color css

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

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

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

border-color css

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

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

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