Html Css Color HEX #A4672F Mai Tai

📋 copy color: '#A4672F'

red 164 ◦ green 103 ◦ blue 47

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

Shades of Mai Tai #A4672F

Tints of Mai Tai #A4672F

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

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

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

R = 52.23%
G = 32.8%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4672F (or 0xA4672F) is known color: Mai Tai. HEX triplet: A4, 67 and 2F. RGB value is (164,103,47). Sum of RGB (Red+Green+Blue) = 164+103+47=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4672F is #5B98D0. Grayscale: #737373. Windows color (decimal): -6002897 or 3106724. OLE color: 3106724.

HSL color Cylindrical-coordinate representation of color #A4672F: hue angle of 28.72º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4672F is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 103 47 -
CMYK 0 0.37 0.71 0.36
HSL 28.72º 0.55% 0.41% -
HSV(B) 28.72º 0.71% 0.64% -
XYZ 20.67 17.8 5.04 -
YUV 114.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 164 103 47 0 0.37 0.71 0.36 28.72 0.55 0.41
Hex A4 67 2F 0 25 47 24 1D 37 29
Octal 244 147 57 0 45 107 44 35 67 51
Binary 10100100 1100111 101111 0 100101 1000111 100100 11101 110111 101001

Color Harmonies of #A4672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4672F

Black with #A4672F

Text Example


Text Example

White with #A4672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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