Html Css Color HEX #A5672F Mai Tai

📋 copy color: '#A5672F'

red 165 ◦ green 103 ◦ blue 47

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

Shades of Mai Tai #A5672F

Tints of Mai Tai #A5672F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.92%

R = 52.38%
G = 32.7%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5672F (or 0xA5672F) is known color: Mai Tai. HEX triplet: A5, 67 and 2F. RGB value is (165,103,47). Sum of RGB (Red+Green+Blue) = 165+103+47=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5672F is #5A98D0. Grayscale: #737373. Windows color (decimal): -5937361 or 3106725. OLE color: 3106725.

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

Color convert

RGB 165 103 47 -
CMYK 0 0.38 0.72 0.35
HSL 28.47º 0.56% 0.42% -
HSV(B) 28.47º 0.72% 0.65% -
XYZ 20.88 17.91 5.04 -
YUV 115.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 165 103 47 0 0.38 0.72 0.35 28.47 0.56 0.42
Hex A5 67 2F 0 26 48 23 1C 38 2A
Octal 245 147 57 0 46 110 43 34 70 52
Binary 10100101 1100111 101111 0 100110 1001000 100011 11100 111000 101010

Color Harmonies of #A5672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5672F

Black with #A5672F

Text Example


Text Example

White with #A5672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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