Html Css Color HEX #A39885 Napa

📋 copy color: '#A39885'

red 163 ◦ green 152 ◦ blue 133

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

Shades of Napa #A39885

Tints of Napa #A39885

RGB

 RED value IS 163 (64.06% from 255) = 36.38%

 GREEN value IS 152 (59.77% from 255) = 33.93%

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 36.38%
G = 33.93%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A39885 (or 0xA39885) is known color: Napa. HEX triplet: A3, 98 and 85. RGB value is (163,152,133). Sum of RGB (Red+Green+Blue) = 163+152+133=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39885 is #5C677A. Grayscale: #999999. Windows color (decimal): -6055803 or 8755363. OLE color: 8755363.

HSL color Cylindrical-coordinate representation of color #A39885: hue angle of 38º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39885 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 133 -
CMYK 0 0.07 0.18 0.36
HSL 38º 0.14% 0.58% -
HSV(B) 38º 0.18% 0.64% -
XYZ 30.57 31.94 26.74 -
YUV 153.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 163 152 133 0 0.07 0.18 0.36 38 0.14 0.58
Hex A3 98 85 0 7 12 24 26 E 3A
Octal 243 230 205 0 7 22 44 46 16 72
Binary 10100011 10011000 10000101 0 111 10010 100100 100110 1110 111010

Color Harmonies of #A39885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39885

Black with #A39885

Text Example


Text Example

White with #A39885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39885; }

 p { color: rgb(163,152,133); }

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

background-color css

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

 a { background-color: rgb(163,152,133); }

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

border-color css

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

 span { border-color: rgb(163,152,133); }

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