Html Css Color HEX #A35F33 Mai Tai

📋 copy color: '#A35F33'

red 163 ◦ green 95 ◦ blue 51

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

Shades of Mai Tai #A35F33

Tints of Mai Tai #A35F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 52.75%
G = 30.74%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A35F33 (or 0xA35F33) is known color: Mai Tai. HEX triplet: A3, 5F and 33. RGB value is (163,95,51). Sum of RGB (Red+Green+Blue) = 163+95+51=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F33 is #5CA0CC. Grayscale: #6E6E6E. Windows color (decimal): -6070477 or 3366819. OLE color: 3366819.

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

Color convert

RGB 163 95 51 -
CMYK 0 0.42 0.69 0.36
HSL 23.57º 0.52% 0.42% -
HSV(B) 23.57º 0.69% 0.64% -
XYZ 19.79 16.21 5.22 -
YUV 110.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 163 95 51 0 0.42 0.69 0.36 23.57 0.52 0.42
Hex A3 5F 33 0 2A 45 24 18 34 2A
Octal 243 137 63 0 52 105 44 30 64 52
Binary 10100011 1011111 110011 0 101010 1000101 100100 11000 110100 101010

Color Harmonies of #A35F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F33

Black with #A35F33

Text Example


Text Example

White with #A35F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F33; }

 p { color: rgb(163,95,51); }

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

background-color css

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

 a { background-color: rgb(163,95,51); }

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

border-color css

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

 span { border-color: rgb(163,95,51); }

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