Html Css Color HEX #A27F40 Alpine

📋 copy color: '#A27F40'

red 162 ◦ green 127 ◦ blue 64

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

Shades of Alpine #A27F40

Tints of Alpine #A27F40

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

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

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

R = 45.89%
G = 35.98%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27F40 (or 0xA27F40) is known color: Alpine. HEX triplet: A2, 7F and 40. RGB value is (162,127,64). Sum of RGB (Red+Green+Blue) = 162+127+64=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F40 is #5D80BF. Grayscale: #828282. Windows color (decimal): -6127808 or 4226978. OLE color: 4226978.

HSL color Cylindrical-coordinate representation of color #A27F40: hue angle of 38.57º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27F40 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 64 -
CMYK 0 0.22 0.60 0.36
HSL 38.57º 0.43% 0.44% -
HSV(B) 38.57º 0.6% 0.64% -
XYZ 23.42 23.23 8.1 -
YUV 130.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 162 127 64 0 0.22 0.60 0.36 38.57 0.43 0.44
Hex A2 7F 40 0 16 3C 24 27 2B 2C
Octal 242 177 100 0 26 74 44 47 53 54
Binary 10100010 1111111 1000000 0 10110 111100 100100 100111 101011 101100

Color Harmonies of #A27F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F40

Black with #A27F40

Text Example


Text Example

White with #A27F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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