Html Css Color HEX #A25D28 Mai Tai

📋 copy color: '#A25D28'

red 162 ◦ green 93 ◦ blue 40

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

Shades of Mai Tai #A25D28

Tints of Mai Tai #A25D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 54.92%
G = 31.53%
B = 13.56%

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

#A25D28 (or 0xA25D28) is known color: Mai Tai. HEX triplet: A2, 5D and 28. RGB value is (162,93,40). Sum of RGB (Red+Green+Blue) = 162+93+40=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D28 is #5DA2D7. Grayscale: #6B6B6B. Windows color (decimal): -6136536 or 2645410. OLE color: 2645410.

HSL color Cylindrical-coordinate representation of color #A25D28: hue angle of 26.07º 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 #A25D28 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 93 40 -
CMYK 0 0.43 0.75 0.36
HSL 26.07º 0.6% 0.4% -
HSV(B) 26.07º 0.75% 0.64% -
XYZ 19.2 15.66 4.02 -
YUV 107.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 162 93 40 0 0.43 0.75 0.36 26.07 0.6 0.4
Hex A2 5D 28 0 2B 4B 24 1A 3C 28
Octal 242 135 50 0 53 113 44 32 74 50
Binary 10100010 1011101 101000 0 101011 1001011 100100 11010 111100 101000

Color Harmonies of #A25D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D28

Black with #A25D28

Text Example


Text Example

White with #A25D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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