Html Css Color HEX #A67E3A Alpine

📋 copy color: '#A67E3A'

red 166 ◦ green 126 ◦ blue 58

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

Shades of Alpine #A67E3A

Tints of Alpine #A67E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 47.43%
G = 36%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A67E3A (or 0xA67E3A) is known color: Alpine. HEX triplet: A6, 7E and 3A. RGB value is (166,126,58). Sum of RGB (Red+Green+Blue) = 166+126+58=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E3A is #5981C5. Grayscale: #828282. Windows color (decimal): -5865926 or 3833510. OLE color: 3833510.

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

Color convert

RGB 166 126 58 -
CMYK 0 0.24 0.65 0.35
HSL 37.78º 0.48% 0.44% -
HSV(B) 37.78º 0.65% 0.65% -
XYZ 23.95 23.33 7.24 -
YUV 130.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 166 126 58 0 0.24 0.65 0.35 37.78 0.48 0.44
Hex A6 7E 3A 0 18 41 23 26 30 2C
Octal 246 176 72 0 30 101 43 46 60 54
Binary 10100110 1111110 111010 0 11000 1000001 100011 100110 110000 101100

Color Harmonies of #A67E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E3A

Black with #A67E3A

Text Example


Text Example

White with #A67E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E3A; }

 p { color: rgb(166,126,58); }

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

background-color css

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

 a { background-color: rgb(166,126,58); }

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

border-color css

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

 span { border-color: rgb(166,126,58); }

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