Html Css Color HEX #A3645B Au Chico

📋 copy color: '#A3645B'

red 163 ◦ green 100 ◦ blue 91

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

Shades of Au Chico #A3645B

Tints of Au Chico #A3645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 46.05%
G = 28.25%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3645B (or 0xA3645B) is known color: Au Chico. HEX triplet: A3, 64 and 5B. RGB value is (163,100,91). Sum of RGB (Red+Green+Blue) = 163+100+91=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3645B is #5C9BA4. Grayscale: #757575. Windows color (decimal): -6069157 or 5989539. OLE color: 5989539.

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

Color convert

RGB 163 100 91 -
CMYK 0 0.39 0.44 0.36
HSL 7.5º 0.28% 0.5% -
HSV(B) 7.5º 0.44% 0.64% -
XYZ 21.55 17.66 12.17 -
YUV 117.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 163 100 91 0 0.39 0.44 0.36 7.5 0.28 0.5
Hex A3 64 5B 0 27 2C 24 8 1C 32
Octal 243 144 133 0 47 54 44 10 34 62
Binary 10100011 1100100 1011011 0 100111 101100 100100 1000 11100 110010

Color Harmonies of #A3645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3645B

Black with #A3645B

Text Example


Text Example

White with #A3645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3645B; }

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

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

background-color css

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

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

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

border-color css

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

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

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