#A95738

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

Shades of Orange Roughy #A95738

Tints of Orange Roughy #A95738

Color information

#A95738 (or 0xA95738) is unknown color: approx Orange Roughy. HEX triplet: A9, 57 and 38. RGB value is (169,87,56). Sum of RGB (Red+Green+Blue) = 169+87+56=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A95738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95738 is #56A8C7. Grayscale: #6C6C6C. Windows color (decimal): -5679304 or 3692457. OLE color: 3692457.

HSL color Cylindrical-coordinate representation of color #A95738: hue angle of 16.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A95738 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1698756-
CMYK00.490.670.34
HSL16.46º50.22%44.12%-
HSV(B)16.46º66.86%66.27%-
XYZ20.4815.545.66-
YUV107.9898.67171.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.17%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=54.17%
G=27.88%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169875600.490.670.3416.4650.2244.12
HexA95738031432210322c
Octal2511277006110342206254
Binary1010100110101111110000110001100001110001010000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95738; }

 p { color: rgb(169,87,56); }

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

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

 a { background-color: rgb(169,87,56); }

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

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

 span { border-color: rgb(169,87,56); }

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