#a3675b

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

Shades of Au Chico #A3675B

Tints of Au Chico #A3675B

Color information

#A3675B (or 0xA3675B) is unknown color: approx Au Chico. HEX triplet: A3, 67 and 5B. RGB value is (163,103,91). Sum of RGB (Red+Green+Blue) = 163+103+91=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3675B is #5C98A4. Grayscale: #777777. Windows color (decimal): -6068389 or 5990307. OLE color: 5990307.

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

Color convert

RGB16310391-
CMYK00.370.440.36
HSL10º28.35%49.8%-
HSV(B)10º44.17%63.92%-
XYZ21.8418.2412.27-
YUV119.57111.88158.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=45.66%
G=28.85%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631039100.370.440.361028.3549.8
HexA3675B0252C24a1c32
Octal2431471330455444123462
Binary10100011110011110110110100101101100100100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3675b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3675b; }

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

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

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

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

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

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

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

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