#A8675C

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

Shades of Au Chico #A8675C

Tints of Au Chico #A8675C

Color information

#A8675C (or 0xA8675C) is unknown color: approx Au Chico. HEX triplet: A8, 67 and 5C. RGB value is (168,103,92). Sum of RGB (Red+Green+Blue) = 168+103+92=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8675C is #5798A3. Grayscale: #797979. Windows color (decimal): -5740708 or 6055848. OLE color: 6055848.

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

Color convert

RGB16810392-
CMYK00.390.450.34
HSL8.68º30.4%50.98%-
HSV(B)8.68º45.24%65.88%-
XYZ22.9318.812.55-
YUV121.18111.53161.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=46.28%
G=28.37%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681039200.390.450.348.6830.450.98
HexA8675C0272D2291e33
Octal2501471340475542113663
Binary10101000110011110111000100111101101100010100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8675C; }

 p { color: rgb(168,103,92); }

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

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

 a { background-color: rgb(168,103,92); }

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

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

 span { border-color: rgb(168,103,92); }

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