Html Css Color HEX #A6823D Alpine

📋 copy color: '#A6823D'

red 166 ◦ green 130 ◦ blue 61

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

Shades of Alpine #A6823D

Tints of Alpine #A6823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 46.5%
G = 36.41%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6823D (or 0xA6823D) is known color: Alpine. HEX triplet: A6, 82 and 3D. RGB value is (166,130,61). Sum of RGB (Red+Green+Blue) = 166+130+61=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6823D is #597DC2. Grayscale: #858585. Windows color (decimal): -5864899 or 4031142. OLE color: 4031142.

HSL color Cylindrical-coordinate representation of color #A6823D: hue angle of 39.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6823D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 61 -
CMYK 0 0.22 0.63 0.35
HSL 39.43º 0.46% 0.45% -
HSV(B) 39.43º 0.63% 0.65% -
XYZ 24.55 24.41 7.83 -
YUV 132.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 166 130 61 0 0.22 0.63 0.35 39.43 0.46 0.45
Hex A6 82 3D 0 16 3F 23 27 2E 2D
Octal 246 202 75 0 26 77 43 47 56 55
Binary 10100110 10000010 111101 0 10110 111111 100011 100111 101110 101101

Color Harmonies of #A6823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6823D

Black with #A6823D

Text Example


Text Example

White with #A6823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6823D; }

 p { color: rgb(166,130,61); }

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

background-color css

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

 a { background-color: rgb(166,130,61); }

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

border-color css

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

 span { border-color: rgb(166,130,61); }

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