Html Css Color HEX #A6833C Alpine

📋 copy color: '#A6833C'

red 166 ◦ green 131 ◦ blue 60

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

Shades of Alpine #A6833C

Tints of Alpine #A6833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 46.5%
G = 36.69%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6833C (or 0xA6833C) is known color: Alpine. HEX triplet: A6, 83 and 3C. RGB value is (166,131,60). Sum of RGB (Red+Green+Blue) = 166+131+60=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833C is #597CC3. Grayscale: #858585. Windows color (decimal): -5864644 or 3965862. OLE color: 3965862.

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

Color convert

RGB 166 131 60 -
CMYK 0 0.21 0.64 0.35
HSL 40.19º 0.47% 0.44% -
HSV(B) 40.19º 0.64% 0.65% -
XYZ 24.66 24.67 7.74 -
YUV 133.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 166 131 60 0 0.21 0.64 0.35 40.19 0.47 0.44
Hex A6 83 3C 0 15 40 23 28 2F 2C
Octal 246 203 74 0 25 100 43 50 57 54
Binary 10100110 10000011 111100 0 10101 1000000 100011 101000 101111 101100

Color Harmonies of #A6833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6833C

Black with #A6833C

Text Example


Text Example

White with #A6833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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