Html Css Color HEX #A25E25 Mai Tai

📋 copy color: '#A25E25'

red 162 ◦ green 94 ◦ blue 37

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

Shades of Mai Tai #A25E25

Tints of Mai Tai #A25E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 55.29%
G = 32.08%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25E25 (or 0xA25E25) is known color: Mai Tai. HEX triplet: A2, 5E and 25. RGB value is (162,94,37). Sum of RGB (Red+Green+Blue) = 162+94+37=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E25 is #5DA1DA. Grayscale: #6C6C6C. Windows color (decimal): -6136283 or 2449058. OLE color: 2449058.

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

Color convert

RGB 162 94 37 -
CMYK 0 0.42 0.77 0.36
HSL 27.36º 0.63% 0.39% -
HSV(B) 27.36º 0.77% 0.64% -
XYZ 19.24 15.82 3.79 -
YUV 107.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 162 94 37 0 0.42 0.77 0.36 27.36 0.63 0.39
Hex A2 5E 25 0 2A 4D 24 1B 3F 27
Octal 242 136 45 0 52 115 44 33 77 47
Binary 10100010 1011110 100101 0 101010 1001101 100100 11011 111111 100111

Color Harmonies of #A25E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E25

Black with #A25E25

Text Example


Text Example

White with #A25E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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