Html Css Color HEX #A66534 Mai Tai

📋 copy color: '#A66534'

red 166 ◦ green 101 ◦ blue 52

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

Shades of Mai Tai #A66534

Tints of Mai Tai #A66534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 52.04%
G = 31.66%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66534 (or 0xA66534) is known color: Mai Tai. HEX triplet: A6, 65 and 34. RGB value is (166,101,52). Sum of RGB (Red+Green+Blue) = 166+101+52=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A66534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66534 is #599ACB. Grayscale: #737373. Windows color (decimal): -5872332 or 3433894. OLE color: 3433894.

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

Color convert

RGB 166 101 52 -
CMYK 0 0.39 0.69 0.35
HSL 25.79º 0.52% 0.43% -
HSV(B) 25.79º 0.69% 0.65% -
XYZ 21 17.66 5.55 -
YUV 114.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 166 101 52 0 0.39 0.69 0.35 25.79 0.52 0.43
Hex A6 65 34 0 27 45 23 1A 34 2B
Octal 246 145 64 0 47 105 43 32 64 53
Binary 10100110 1100101 110100 0 100111 1000101 100011 11010 110100 101011

Color Harmonies of #A66534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66534

Black with #A66534

Text Example


Text Example

White with #A66534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66534; }

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

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

background-color css

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

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

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

border-color css

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

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

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