Html Css Color HEX #A55C2B Mai Tai

📋 copy color: '#A55C2B'

red 165 ◦ green 92 ◦ blue 43

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

Shades of Mai Tai #A55C2B

Tints of Mai Tai #A55C2B

RGB

 RED value IS 165 (64.84% from 255) = 55%

 GREEN value IS 92 (36.33% from 255) = 30.67%

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

R = 55%
G = 30.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A55C2B (or 0xA55C2B) is known color: Mai Tai. HEX triplet: A5, 5C and 2B. RGB value is (165,92,43). Sum of RGB (Red+Green+Blue) = 165+92+43=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C2B is #5AA3D4. Grayscale: #6C6C6C. Windows color (decimal): -5940181 or 2841765. OLE color: 2841765.

HSL color Cylindrical-coordinate representation of color #A55C2B: hue angle of 24.1º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A55C2B is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 43 -
CMYK 0 0.44 0.74 0.35
HSL 24.1º 0.59% 0.41% -
HSV(B) 24.1º 0.74% 0.65% -
XYZ 19.78 15.83 4.3 -
YUV 108.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 165 92 43 0 0.44 0.74 0.35 24.1 0.59 0.41
Hex A5 5C 2B 0 2C 4A 23 18 3B 29
Octal 245 134 53 0 54 112 43 30 73 51
Binary 10100101 1011100 101011 0 101100 1001010 100011 11000 111011 101001

Color Harmonies of #A55C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C2B

Black with #A55C2B

Text Example


Text Example

White with #A55C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C2B; }

 p { color: rgb(165,92,43); }

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

background-color css

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

 a { background-color: rgb(165,92,43); }

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

border-color css

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

 span { border-color: rgb(165,92,43); }

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