Html Css Color HEX #A35D2B Mai Tai

📋 copy color: '#A35D2B'

red 163 ◦ green 93 ◦ blue 43

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

Shades of Mai Tai #A35D2B

Tints of Mai Tai #A35D2B

RGB

 RED value IS 163 (64.06% from 255) = 54.52%

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

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

R = 54.52%
G = 31.1%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A35D2B (or 0xA35D2B) is known color: Mai Tai. HEX triplet: A3, 5D and 2B. RGB value is (163,93,43). Sum of RGB (Red+Green+Blue) = 163+93+43=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D2B is #5CA2D4. Grayscale: #6C6C6C. Windows color (decimal): -6070997 or 2842019. OLE color: 2842019.

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

Color convert

RGB 163 93 43 -
CMYK 0 0.43 0.74 0.36
HSL 25º 0.58% 0.4% -
HSV(B) 25º 0.74% 0.64% -
XYZ 19.45 15.79 4.31 -
YUV 108.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 163 93 43 0 0.43 0.74 0.36 25 0.58 0.4
Hex A3 5D 2B 0 2B 4A 24 19 3A 28
Octal 243 135 53 0 53 112 44 31 72 50
Binary 10100011 1011101 101011 0 101011 1001010 100100 11001 111010 101000

Color Harmonies of #A35D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D2B

Black with #A35D2B

Text Example


Text Example

White with #A35D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D2B; }

 p { color: rgb(163,93,43); }

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

background-color css

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

 a { background-color: rgb(163,93,43); }

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

border-color css

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

 span { border-color: rgb(163,93,43); }

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