Html Css Color HEX #A5672A Mai Tai

📋 copy color: '#A5672A'

red 165 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #A5672A

Tints of Mai Tai #A5672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 53.23%
G = 33.23%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5672A (or 0xA5672A) is known color: Mai Tai. HEX triplet: A5, 67 and 2A. RGB value is (165,103,42). Sum of RGB (Red+Green+Blue) = 165+103+42=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5672A is #5A98D5. Grayscale: #727272. Windows color (decimal): -5937366 or 2779045. OLE color: 2779045.

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

Color convert

RGB 165 103 42 -
CMYK 0 0.38 0.75 0.35
HSL 29.76º 0.59% 0.41% -
HSV(B) 29.76º 0.75% 0.65% -
XYZ 20.79 17.87 4.54 -
YUV 114.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 165 103 42 0 0.38 0.75 0.35 29.76 0.59 0.41
Hex A5 67 2A 0 26 4B 23 1E 3B 29
Octal 245 147 52 0 46 113 43 36 73 51
Binary 10100101 1100111 101010 0 100110 1001011 100011 11110 111011 101001

Color Harmonies of #A5672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5672A

Black with #A5672A

Text Example


Text Example

White with #A5672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5672A; }

 p { color: rgb(165,103,42); }

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

background-color css

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

 a { background-color: rgb(165,103,42); }

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

border-color css

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

 span { border-color: rgb(165,103,42); }

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