Html Css Color HEX #A69C83 Napa

📋 copy color: '#A69C83'

red 166 ◦ green 156 ◦ blue 131

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

Shades of Napa #A69C83

Tints of Napa #A69C83

RGB

 RED value IS 166 (65.23% from 255) = 36.64%

 GREEN value IS 156 (61.33% from 255) = 34.44%

 BLUE value IS 131 (51.56% from 255) = 28.92%

R = 36.64%
G = 34.44%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A69C83 (or 0xA69C83) is known color: Napa. HEX triplet: A6, 9C and 83. RGB value is (166,156,131). Sum of RGB (Red+Green+Blue) = 166+156+131=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C83 is #59637C. Grayscale: #9C9C9C. Windows color (decimal): -5858173 or 8625318. OLE color: 8625318.

HSL color Cylindrical-coordinate representation of color #A69C83: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69C83 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 131 -
CMYK 0 0.06 0.21 0.35
HSL 42.86º 0.16% 0.58% -
HSV(B) 42.86º 0.21% 0.65% -
XYZ 31.71 33.52 26.27 -
YUV 156.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 166 156 131 0 0.06 0.21 0.35 42.86 0.16 0.58
Hex A6 9C 83 0 6 15 23 2B 10 3A
Octal 246 234 203 0 6 25 43 53 20 72
Binary 10100110 10011100 10000011 0 110 10101 100011 101011 10000 111010

Color Harmonies of #A69C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C83

Black with #A69C83

Text Example


Text Example

White with #A69C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C83; }

 p { color: rgb(166,156,131); }

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

background-color css

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

 a { background-color: rgb(166,156,131); }

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

border-color css

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

 span { border-color: rgb(166,156,131); }

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