#A8615B

Color #A8615B Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A8615B

Tints of Au Chico #A8615B

Color information

#A8615B (or 0xA8615B) is unknown color: approx Au Chico. HEX triplet: A8, 61 and 5B. RGB value is (168,97,91). Sum of RGB (Red+Green+Blue) = 168+97+91=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8615B is #579EA4. Grayscale: #757575. Windows color (decimal): -5742245 or 5988776. OLE color: 5988776.

HSL color Cylindrical-coordinate representation of color #A8615B: hue angle of 4.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8615B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1689791-
CMYK00.420.460.34
HSL4.68º30.68%50.78%-
HSV(B)4.68º45.83%65.88%-
XYZ22.3117.6312.12-
YUV117.54113.02163.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=47.19%
G=27.25%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168979100.420.460.344.6830.6850.78
HexA8615B02A2E2251f33
Octal250141133052564253763
Binary1010100011000011011011010101010111010001010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8615B; }

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

 H1.HeaderClassName
 {
   color: #A8615B;
 }
 .AnyTagClassName
 {
   color: #A8615B;
 }
</style>
background-color css

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

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

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

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

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

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