Html Css Color HEX #A67F40 Alpine

📋 copy color: '#A67F40'

red 166 ◦ green 127 ◦ blue 64

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

Shades of Alpine #A67F40

Tints of Alpine #A67F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 46.5%
G = 35.57%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A67F40 (or 0xA67F40) is known color: Alpine. HEX triplet: A6, 7F and 40. RGB value is (166,127,64). Sum of RGB (Red+Green+Blue) = 166+127+64=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F40 is #5980BF. Grayscale: #838383. Windows color (decimal): -5865664 or 4226982. OLE color: 4226982.

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

Color convert

RGB 166 127 64 -
CMYK 0 0.23 0.61 0.35
HSL 37.06º 0.44% 0.45% -
HSV(B) 37.06º 0.61% 0.65% -
XYZ 24.24 23.66 8.14 -
YUV 131.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 166 127 64 0 0.23 0.61 0.35 37.06 0.44 0.45
Hex A6 7F 40 0 17 3D 23 25 2C 2D
Octal 246 177 100 0 27 75 43 45 54 55
Binary 10100110 1111111 1000000 0 10111 111101 100011 100101 101100 101101

Color Harmonies of #A67F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67F40

Black with #A67F40

Text Example


Text Example

White with #A67F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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