Html Css Color HEX #A25E2B Mai Tai

📋 copy color: '#A25E2B'

red 162 ◦ green 94 ◦ blue 43

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

Shades of Mai Tai #A25E2B

Tints of Mai Tai #A25E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 54.18%
G = 31.44%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A25E2B (or 0xA25E2B) is known color: Mai Tai. HEX triplet: A2, 5E and 2B. RGB value is (162,94,43). Sum of RGB (Red+Green+Blue) = 162+94+43=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E2B is #5DA1D4. Grayscale: #6C6C6C. Windows color (decimal): -6136277 or 2842274. OLE color: 2842274.

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

Color convert

RGB 162 94 43 -
CMYK 0 0.42 0.73 0.36
HSL 25.71º 0.58% 0.4% -
HSV(B) 25.71º 0.73% 0.64% -
XYZ 19.34 15.86 4.33 -
YUV 108.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 162 94 43 0 0.42 0.73 0.36 25.71 0.58 0.4
Hex A2 5E 2B 0 2A 49 24 1A 3A 28
Octal 242 136 53 0 52 111 44 32 72 50
Binary 10100010 1011110 101011 0 101010 1001001 100100 11010 111010 101000

Color Harmonies of #A25E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E2B

Black with #A25E2B

Text Example


Text Example

White with #A25E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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