#A7665A

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

Shades of Au Chico #A7665A

Tints of Au Chico #A7665A

Color information

#A7665A (or 0xA7665A) is unknown color: approx Au Chico. HEX triplet: A7, 66 and 5A. RGB value is (167,102,90). Sum of RGB (Red+Green+Blue) = 167+102+90=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7665A is #5899A5. Grayscale: #787878. Windows color (decimal): -5806502 or 5924519. OLE color: 5924519.

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

Color convert

RGB16710290-
CMYK00.390.460.35
HSL9.35º30.43%50.39%-
HSV(B)9.35º46.11%65.49%-
XYZ22.5318.4612.05-
YUV120.07111.03161.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=46.52%
G=28.41%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671029000.390.460.359.3530.4350.39
HexA7665A0272E2391e32
Octal2471461320475643113662
Binary10100111110011010110100100111101110100011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7665A; }

 p { color: rgb(167,102,90); }

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

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

 a { background-color: rgb(167,102,90); }

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

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

 span { border-color: rgb(167,102,90); }

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