#A9675B

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

Shades of Au Chico #A9675B

Tints of Au Chico #A9675B

Color information

#A9675B (or 0xA9675B) is unknown color: approx Au Chico. HEX triplet: A9, 67 and 5B. RGB value is (169,103,91). Sum of RGB (Red+Green+Blue) = 169+103+91=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9675B is #5698A4. Grayscale: #797979. Windows color (decimal): -5675173 or 5990313. OLE color: 5990313.

HSL color Cylindrical-coordinate representation of color #A9675B: hue angle of 9.23º 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 #A9675B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16910391-
CMYK00.390.460.34
HSL9.23º31.2%50.98%-
HSV(B)9.23º46.15%66.27%-
XYZ23.118.8912.33-
YUV121.37110.87161.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=46.56%
G=28.37%
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.34
SystemRedGreenBlueCMYKHSL
Decimal1691039100.390.460.349.2331.250.98
HexA9675B0272E2291f33
Octal2511471330475642113763
Binary10101001110011110110110100111101110100010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9675B; }

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

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

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

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

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

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

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

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