Html Css Color HEX #A25E27 Mai Tai

📋 copy color: '#A25E27'

red 162 ◦ green 94 ◦ blue 39

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

Shades of Mai Tai #A25E27

Tints of Mai Tai #A25E27

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 54.92%
G = 31.86%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A25E27 (or 0xA25E27) is known color: Mai Tai. HEX triplet: A2, 5E and 27. RGB value is (162,94,39). Sum of RGB (Red+Green+Blue) = 162+94+39=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E27 is #5DA1D8. Grayscale: #6C6C6C. Windows color (decimal): -6136281 or 2580130. OLE color: 2580130.

HSL color Cylindrical-coordinate representation of color #A25E27: hue angle of 26.83º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25E27 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 39 -
CMYK 0 0.42 0.76 0.36
HSL 26.83º 0.61% 0.39% -
HSV(B) 26.83º 0.76% 0.64% -
XYZ 19.27 15.83 3.96 -
YUV 108.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 162 94 39 0 0.42 0.76 0.36 26.83 0.61 0.39
Hex A2 5E 27 0 2A 4C 24 1B 3D 27
Octal 242 136 47 0 52 114 44 33 75 47
Binary 10100010 1011110 100111 0 101010 1001100 100100 11011 111101 100111

Color Harmonies of #A25E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E27

Black with #A25E27

Text Example


Text Example

White with #A25E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E27; }

 p { color: rgb(162,94,39); }

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

background-color css

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

 a { background-color: rgb(162,94,39); }

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

border-color css

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

 span { border-color: rgb(162,94,39); }

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