Html Css Color HEX #A25D29 Mai Tai

📋 copy color: '#A25D29'

red 162 ◦ green 93 ◦ blue 41

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

Shades of Mai Tai #A25D29

Tints of Mai Tai #A25D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 54.73%
G = 31.42%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25D29 (or 0xA25D29) is known color: Mai Tai. HEX triplet: A2, 5D and 29. RGB value is (162,93,41). Sum of RGB (Red+Green+Blue) = 162+93+41=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D29 is #5DA2D6. Grayscale: #6B6B6B. Windows color (decimal): -6136535 or 2710946. OLE color: 2710946.

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

Color convert

RGB 162 93 41 -
CMYK 0 0.43 0.75 0.36
HSL 25.79º 0.6% 0.4% -
HSV(B) 25.79º 0.75% 0.64% -
XYZ 19.21 15.67 4.11 -
YUV 107.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 162 93 41 0 0.43 0.75 0.36 25.79 0.6 0.4
Hex A2 5D 29 0 2B 4B 24 1A 3C 28
Octal 242 135 51 0 53 113 44 32 74 50
Binary 10100010 1011101 101001 0 101011 1001011 100100 11010 111100 101000

Color Harmonies of #A25D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D29

Black with #A25D29

Text Example


Text Example

White with #A25D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D29; }

 p { color: rgb(162,93,41); }

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

background-color css

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

 a { background-color: rgb(162,93,41); }

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

border-color css

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

 span { border-color: rgb(162,93,41); }

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