#A75A44

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

Shades of Crail #A75A44

Tints of Crail #A75A44

Color information

#A75A44 (or 0xA75A44) is unknown color: approx Crail. HEX triplet: A7, 5A and 44. RGB value is (167,90,68). Sum of RGB (Red+Green+Blue) = 167+90+68=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A44 is #58A5BB. Grayscale: #6E6E6E. Windows color (decimal): -5809596 or 4479655. OLE color: 4479655.

HSL color Cylindrical-coordinate representation of color #A75A44: hue angle of 13.33º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75A44 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1679068-
CMYK00.460.590.35
HSL13.33º42.13%46.08%-
HSV(B)13.33º59.28%65.49%-
XYZ20.6415.957.46-
YUV110.52104.01168.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=51.38%
G=27.69%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167906800.460.590.3513.3342.1346.08
HexA75A4402E3B23d2a2e
Octal2471321040567343155256
Binary101001111011010100010001011101110111000111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A44; }

 p { color: rgb(167,90,68); }

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

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

 a { background-color: rgb(167,90,68); }

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

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

 span { border-color: rgb(167,90,68); }

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