Html Css Color HEX #A66034 Mai Tai

📋 copy color: '#A66034'

red 166 ◦ green 96 ◦ blue 52

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

Shades of Mai Tai #A66034

Tints of Mai Tai #A66034

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 52.87%
G = 30.57%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66034 (or 0xA66034) is known color: Mai Tai. HEX triplet: A6, 60 and 34. RGB value is (166,96,52). Sum of RGB (Red+Green+Blue) = 166+96+52=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66034 is #599FCB. Grayscale: #707070. Windows color (decimal): -5873612 or 3432614. OLE color: 3432614.

HSL color Cylindrical-coordinate representation of color #A66034: hue angle of 23.16º degrees, saturation: 0.52, 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 #A66034 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 52 -
CMYK 0 0.42 0.69 0.35
HSL 23.16º 0.52% 0.43% -
HSV(B) 23.16º 0.69% 0.65% -
XYZ 20.53 16.72 5.39 -
YUV 111.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 166 96 52 0 0.42 0.69 0.35 23.16 0.52 0.43
Hex A6 60 34 0 2A 45 23 17 34 2B
Octal 246 140 64 0 52 105 43 27 64 53
Binary 10100110 1100000 110100 0 101010 1000101 100011 10111 110100 101011

Color Harmonies of #A66034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66034

Black with #A66034

Text Example


Text Example

White with #A66034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66034; }

 p { color: rgb(166,96,52); }

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

background-color css

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

 a { background-color: rgb(166,96,52); }

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

border-color css

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

 span { border-color: rgb(166,96,52); }

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