Html Css Color HEX #A68034 Alpine

📋 copy color: '#A68034'

red 166 ◦ green 128 ◦ blue 52

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

Shades of Alpine #A68034

Tints of Alpine #A68034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 47.98%
G = 36.99%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A68034 (or 0xA68034) is known color: Alpine. HEX triplet: A6, 80 and 34. RGB value is (166,128,52). Sum of RGB (Red+Green+Blue) = 166+128+52=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68034 is #597FCB. Grayscale: #838383. Windows color (decimal): -5865420 or 3440806. OLE color: 3440806.

HSL color Cylindrical-coordinate representation of color #A68034: hue angle of 40º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A68034 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 52 -
CMYK 0 0.23 0.69 0.35
HSL 40º 0.52% 0.43% -
HSV(B) 40º 0.69% 0.65% -
XYZ 24.06 23.79 6.57 -
YUV 130.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 166 128 52 0 0.23 0.69 0.35 40 0.52 0.43
Hex A6 80 34 0 17 45 23 28 34 2B
Octal 246 200 64 0 27 105 43 50 64 53
Binary 10100110 10000000 110100 0 10111 1000101 100011 101000 110100 101011

Color Harmonies of #A68034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68034

Black with #A68034

Text Example


Text Example

White with #A68034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68034; }

 p { color: rgb(166,128,52); }

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

background-color css

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

 a { background-color: rgb(166,128,52); }

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

border-color css

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

 span { border-color: rgb(166,128,52); }

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