Html Css Color HEX #A2998A Napa

📋 copy color: '#A2998A'

red 162 ◦ green 153 ◦ blue 138

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

Shades of Napa #A2998A

Tints of Napa #A2998A

RGB

 RED value IS 162 (63.67% from 255) = 35.76%

 GREEN value IS 153 (60.16% from 255) = 33.77%

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 35.76%
G = 33.77%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2998A (or 0xA2998A) is known color: Napa. HEX triplet: A2, 99 and 8A. RGB value is (162,153,138). Sum of RGB (Red+Green+Blue) = 162+153+138=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A2998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2998A is #5D6675. Grayscale: #9A9A9A. Windows color (decimal): -6121078 or 9083298. OLE color: 9083298.

HSL color Cylindrical-coordinate representation of color #A2998A: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2998A is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 138 -
CMYK 0 0.06 0.15 0.36
HSL 37.5º 0.11% 0.59% -
HSV(B) 37.5º 0.15% 0.64% -
XYZ 30.88 32.3 28.65 -
YUV 153.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 162 153 138 0 0.06 0.15 0.36 37.5 0.11 0.59
Hex A2 99 8A 0 6 F 24 26 B 3B
Octal 242 231 212 0 6 17 44 46 13 73
Binary 10100010 10011001 10001010 0 110 1111 100100 100110 1011 111011

Color Harmonies of #A2998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2998A

Black with #A2998A

Text Example


Text Example

White with #A2998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2998A; }

 p { color: rgb(162,153,138); }

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

background-color css

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

 a { background-color: rgb(162,153,138); }

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

border-color css

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

 span { border-color: rgb(162,153,138); }

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