#A26755

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

Shades of Au Chico #A26755

Tints of Au Chico #A26755

Color information

#A26755 (or 0xA26755) is unknown color: approx Au Chico. HEX triplet: A2, 67 and 55. RGB value is (162,103,85). Sum of RGB (Red+Green+Blue) = 162+103+85=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A26755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26755 is #5D98AA. Grayscale: #767676. Windows color (decimal): -6133931 or 5597090. OLE color: 5597090.

HSL color Cylindrical-coordinate representation of color #A26755: hue angle of 14.03º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26755 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16210385-
CMYK00.360.480.36
HSL14.03º31.17%48.43%-
HSV(B)14.03º47.53%63.53%-
XYZ21.3918.0410.95-
YUV118.59109.05158.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=46.29%
G=29.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621038500.360.480.3614.0331.1748.43
HexA267550243024e1f30
Octal2421471250446044163760
Binary10100010110011110101010100100110000100100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26755; }

 p { color: rgb(162,103,85); }

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

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

 a { background-color: rgb(162,103,85); }

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

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

 span { border-color: rgb(162,103,85); }

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