Html Css Color HEX #A5692C Mai Tai

📋 copy color: '#A5692C'

red 165 ◦ green 105 ◦ blue 44

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

Shades of Mai Tai #A5692C

Tints of Mai Tai #A5692C

RGB

 RED value IS 165 (64.84% from 255) = 52.55%

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 52.55%
G = 33.44%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5692C (or 0xA5692C) is known color: Mai Tai. HEX triplet: A5, 69 and 2C. RGB value is (165,105,44). Sum of RGB (Red+Green+Blue) = 165+105+44=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5692C is #5A96D3. Grayscale: #747474. Windows color (decimal): -5936852 or 2910629. OLE color: 2910629.

HSL color Cylindrical-coordinate representation of color #A5692C: hue angle of 30.25º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5692C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 44 -
CMYK 0 0.36 0.73 0.35
HSL 30.25º 0.58% 0.41% -
HSV(B) 30.25º 0.73% 0.65% -
XYZ 21.02 18.28 4.8 -
YUV 115.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 165 105 44 0 0.36 0.73 0.35 30.25 0.58 0.41
Hex A5 69 2C 0 24 49 23 1E 3A 29
Octal 245 151 54 0 44 111 43 36 72 51
Binary 10100101 1101001 101100 0 100100 1001001 100011 11110 111010 101001

Color Harmonies of #A5692C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5692C

Black with #A5692C

Text Example


Text Example

White with #A5692C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5692C; }

 p { color: rgb(165,105,44); }

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

background-color css

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

 a { background-color: rgb(165,105,44); }

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

border-color css

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

 span { border-color: rgb(165,105,44); }

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