Html Css Color HEX #A65F33 Mai Tai

📋 copy color: '#A65F33'

red 166 ◦ green 95 ◦ blue 51

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

Shades of Mai Tai #A65F33

Tints of Mai Tai #A65F33

RGB

 RED value IS 166 (65.23% from 255) = 53.21%

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

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

R = 53.21%
G = 30.45%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65F33 (or 0xA65F33) is known color: Mai Tai. HEX triplet: A6, 5F and 33. RGB value is (166,95,51). Sum of RGB (Red+Green+Blue) = 166+95+51=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F33 is #59A0CC. Grayscale: #6F6F6F. Windows color (decimal): -5873869 or 3366822. OLE color: 3366822.

HSL color Cylindrical-coordinate representation of color #A65F33: hue angle of 22.96º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A65F33 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 51 -
CMYK 0 0.43 0.69 0.35
HSL 22.96º 0.53% 0.43% -
HSV(B) 22.96º 0.69% 0.65% -
XYZ 20.42 16.53 5.25 -
YUV 111.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 166 95 51 0 0.43 0.69 0.35 22.96 0.53 0.43
Hex A6 5F 33 0 2B 45 23 17 35 2B
Octal 246 137 63 0 53 105 43 27 65 53
Binary 10100110 1011111 110011 0 101011 1000101 100011 10111 110101 101011

Color Harmonies of #A65F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F33

Black with #A65F33

Text Example


Text Example

White with #A65F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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