#A7615B

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

Shades of Au Chico #A7615B

Tints of Au Chico #A7615B

Color information

#A7615B (or 0xA7615B) is unknown color: approx Au Chico. HEX triplet: A7, 61 and 5B. RGB value is (167,97,91). Sum of RGB (Red+Green+Blue) = 167+97+91=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A7615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7615B is #589EA4. Grayscale: #757575. Windows color (decimal): -5807781 or 5988775. OLE color: 5988775.

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

Color convert

RGB1679791-
CMYK00.420.460.35
HSL4.74º30.16%50.59%-
HSV(B)4.74º45.51%65.49%-
XYZ22.117.5212.11-
YUV117.25113.19163.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=47.04%
G=27.32%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167979100.420.460.354.7430.1650.59
HexA7615B02A2E2351e33
Octal247141133052564353663
Binary1010011111000011011011010101010111010001110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7615B; }

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

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

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

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

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

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

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

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