Html Css Color HEX #A45E32 Indochine

📋 copy color: '#A45E32'

red 164 ◦ green 94 ◦ blue 50

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

Shades of Indochine #A45E32

Tints of Indochine #A45E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 53.25%
G = 30.52%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A45E32 (or 0xA45E32) is known color: Indochine. HEX triplet: A4, 5E and 32. RGB value is (164,94,50). Sum of RGB (Red+Green+Blue) = 164+94+50=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E32 is #5BA1CD. Grayscale: #6E6E6E. Windows color (decimal): -6005198 or 3301028. OLE color: 3301028.

HSL color Cylindrical-coordinate representation of color #A45E32: hue angle of 23.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A45E32 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 94 50 -
CMYK 0 0.43 0.70 0.36
HSL 23.16º 0.53% 0.42% -
HSV(B) 23.16º 0.7% 0.64% -
XYZ 19.89 16.13 5.08 -
YUV 109.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 164 94 50 0 0.43 0.70 0.36 23.16 0.53 0.42
Hex A4 5E 32 0 2B 46 24 17 35 2A
Octal 244 136 62 0 53 106 44 27 65 52
Binary 10100100 1011110 110010 0 101011 1000110 100100 10111 110101 101010

Color Harmonies of #A45E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E32

Black with #A45E32

Text Example


Text Example

White with #A45E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E32; }

 p { color: rgb(164,94,50); }

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

background-color css

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

 a { background-color: rgb(164,94,50); }

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

border-color css

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

 span { border-color: rgb(164,94,50); }

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