Html Css Color HEX #A25F27 Mai Tai

📋 copy color: '#A25F27'

red 162 ◦ green 95 ◦ blue 39

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

Shades of Mai Tai #A25F27

Tints of Mai Tai #A25F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 54.73%
G = 32.09%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A25F27 (or 0xA25F27) is known color: Mai Tai. HEX triplet: A2, 5F and 27. RGB value is (162,95,39). Sum of RGB (Red+Green+Blue) = 162+95+39=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F27 is #5DA0D8. Grayscale: #6C6C6C. Windows color (decimal): -6136025 or 2580386. OLE color: 2580386.

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

Color convert

RGB 162 95 39 -
CMYK 0 0.41 0.76 0.36
HSL 27.32º 0.61% 0.39% -
HSV(B) 27.32º 0.76% 0.64% -
XYZ 19.36 16.01 3.99 -
YUV 108.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 162 95 39 0 0.41 0.76 0.36 27.32 0.61 0.39
Hex A2 5F 27 0 29 4C 24 1B 3D 27
Octal 242 137 47 0 51 114 44 33 75 47
Binary 10100010 1011111 100111 0 101001 1001100 100100 11011 111101 100111

Color Harmonies of #A25F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F27

Black with #A25F27

Text Example


Text Example

White with #A25F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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