Html Css Color HEX #A25F24 Mai Tai

📋 copy color: '#A25F24'

red 162 ◦ green 95 ◦ blue 36

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

Shades of Mai Tai #A25F24

Tints of Mai Tai #A25F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 55.29%
G = 32.42%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25F24 (or 0xA25F24) is known color: Mai Tai. HEX triplet: A2, 5F and 24. RGB value is (162,95,36). Sum of RGB (Red+Green+Blue) = 162+95+36=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F24 is #5DA0DB. Grayscale: #6C6C6C. Windows color (decimal): -6136028 or 2383778. OLE color: 2383778.

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

Color convert

RGB 162 95 36 -
CMYK 0 0.41 0.78 0.36
HSL 28.1º 0.64% 0.39% -
HSV(B) 28.1º 0.78% 0.64% -
XYZ 19.31 15.99 3.74 -
YUV 108.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 162 95 36 0 0.41 0.78 0.36 28.1 0.64 0.39
Hex A2 5F 24 0 29 4E 24 1C 40 27
Octal 242 137 44 0 51 116 44 34 100 47
Binary 10100010 1011111 100100 0 101001 1001110 100100 11100 1000000 100111

Color Harmonies of #A25F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F24

Black with #A25F24

Text Example


Text Example

White with #A25F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F24; }

 p { color: rgb(162,95,36); }

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

background-color css

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

 a { background-color: rgb(162,95,36); }

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

border-color css

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

 span { border-color: rgb(162,95,36); }

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