#A5675E

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

Shades of Au Chico #A5675E

Tints of Au Chico #A5675E

Color information

#A5675E (or 0xA5675E) is unknown color: approx Au Chico. HEX triplet: A5, 67 and 5E. RGB value is (165,103,94). Sum of RGB (Red+Green+Blue) = 165+103+94=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5675E is #5A98A1. Grayscale: #787878. Windows color (decimal): -5937314 or 6186917. OLE color: 6186917.

HSL color Cylindrical-coordinate representation of color #A5675E: hue angle of 7.61º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5675E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16510394-
CMYK00.380.430.35
HSL7.61º28.29%50.78%-
HSV(B)7.61º43.03%64.71%-
XYZ22.3918.5112.98-
YUV120.51113.04159.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=45.58%
G=28.45%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651039400.380.430.357.6128.2950.78
HexA5675E0262B2381c33
Octal2451471360465343103463
Binary10100101110011110111100100110101011100011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5675E; }

 p { color: rgb(165,103,94); }

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

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

 a { background-color: rgb(165,103,94); }

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

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

 span { border-color: rgb(165,103,94); }

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