Html Css Color HEX #A3615B Au Chico

📋 copy color: '#A3615B'

red 163 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #A3615B

Tints of Au Chico #A3615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 46.44%
G = 27.64%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3615B (or 0xA3615B) is known color: Au Chico. HEX triplet: A3, 61 and 5B. RGB value is (163,97,91). Sum of RGB (Red+Green+Blue) = 163+97+91=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3615B is #5C9EA4. Grayscale: #747474. Windows color (decimal): -6069925 or 5988771. OLE color: 5988771.

HSL color Cylindrical-coordinate representation of color #A3615B: hue angle of 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 #A3615B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 91 -
CMYK 0 0.40 0.44 0.36
HSL 0.28% 0.5% -
HSV(B) 0.44% 0.64% -
XYZ 21.27 17.09 12.08 -
YUV 116.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 163 97 91 0 0.40 0.44 0.36 5 0.28 0.5
Hex A3 61 5B 0 28 2C 24 5 1C 32
Octal 243 141 133 0 50 54 44 5 34 62
Binary 10100011 1100001 1011011 0 101000 101100 100100 101 11100 110010

Color Harmonies of #A3615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3615B

Black with #A3615B

Text Example


Text Example

White with #A3615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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