Html Css Color HEX #A67F3C Alpine

📋 copy color: '#A67F3C'

red 166 ◦ green 127 ◦ blue 60

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

Shades of Alpine #A67F3C

Tints of Alpine #A67F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

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

R = 47.03%
G = 35.98%
B = 17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A67F3C (or 0xA67F3C) is known color: Alpine. HEX triplet: A6, 7F and 3C. RGB value is (166,127,60). Sum of RGB (Red+Green+Blue) = 166+127+60=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F3C is #5980C3. Grayscale: #838383. Windows color (decimal): -5865668 or 3964838. OLE color: 3964838.

HSL color Cylindrical-coordinate representation of color #A67F3C: hue angle of 37.92º 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 #A67F3C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 60 -
CMYK 0 0.23 0.64 0.35
HSL 37.92º 0.47% 0.44% -
HSV(B) 37.92º 0.64% 0.65% -
XYZ 24.13 23.61 7.56 -
YUV 131.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 166 127 60 0 0.23 0.64 0.35 37.92 0.47 0.44
Hex A6 7F 3C 0 17 40 23 26 2F 2C
Octal 246 177 74 0 27 100 43 46 57 54
Binary 10100110 1111111 111100 0 10111 1000000 100011 100110 101111 101100

Color Harmonies of #A67F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F3C

Black with #A67F3C

Text Example


Text Example

White with #A67F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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