Html Css Color HEX #A35C2B Mai Tai

📋 copy color: '#A35C2B'

red 163 ◦ green 92 ◦ blue 43

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

Shades of Mai Tai #A35C2B

Tints of Mai Tai #A35C2B

RGB

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

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

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

R = 54.7%
G = 30.87%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A35C2B (or 0xA35C2B) is known color: Mai Tai. HEX triplet: A3, 5C and 2B. RGB value is (163,92,43). Sum of RGB (Red+Green+Blue) = 163+92+43=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C2B is #5CA3D4. Grayscale: #6B6B6B. Windows color (decimal): -6071253 or 2841763. OLE color: 2841763.

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

Color convert

RGB 163 92 43 -
CMYK 0 0.44 0.74 0.36
HSL 24.5º 0.58% 0.4% -
HSV(B) 24.5º 0.74% 0.64% -
XYZ 19.37 15.62 4.28 -
YUV 107.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 163 92 43 0 0.44 0.74 0.36 24.5 0.58 0.4
Hex A3 5C 2B 0 2C 4A 24 18 3A 28
Octal 243 134 53 0 54 112 44 30 72 50
Binary 10100011 1011100 101011 0 101100 1001010 100100 11000 111010 101000

Color Harmonies of #A35C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C2B

Black with #A35C2B

Text Example


Text Example

White with #A35C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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