Html Css Color HEX #A3645D Au Chico

📋 copy color: '#A3645D'

red 163 ◦ green 100 ◦ blue 93

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

Shades of Au Chico #A3645D

Tints of Au Chico #A3645D

RGB

 RED value IS 163 (64.06% from 255) = 45.79%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 45.79%
G = 28.09%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3645D (or 0xA3645D) is known color: Au Chico. HEX triplet: A3, 64 and 5D. RGB value is (163,100,93). Sum of RGB (Red+Green+Blue) = 163+100+93=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3645D is #5C9BA2. Grayscale: #767676. Windows color (decimal): -6069155 or 6120611. OLE color: 6120611.

HSL color Cylindrical-coordinate representation of color #A3645D: hue angle of 6º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3645D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 93 -
CMYK 0 0.39 0.43 0.36
HSL 0.28% 0.5% -
HSV(B) 0.43% 0.64% -
XYZ 21.64 17.69 12.63 -
YUV 118.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 163 100 93 0 0.39 0.43 0.36 6 0.28 0.5
Hex A3 64 5D 0 27 2B 24 6 1C 32
Octal 243 144 135 0 47 53 44 6 34 62
Binary 10100011 1100100 1011101 0 100111 101011 100100 110 11100 110010

Color Harmonies of #A3645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3645D

Black with #A3645D

Text Example


Text Example

White with #A3645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3645D; }

 p { color: rgb(163,100,93); }

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

background-color css

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

 a { background-color: rgb(163,100,93); }

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

border-color css

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

 span { border-color: rgb(163,100,93); }

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