#A95338

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

Shades of Orange Roughy #A95338

Tints of Orange Roughy #A95338

Color information

#A95338 (or 0xA95338) is unknown color: approx Orange Roughy. HEX triplet: A9, 53 and 38. RGB value is (169,83,56). Sum of RGB (Red+Green+Blue) = 169+83+56=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A95338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95338 is #56ACC7. Grayscale: #696969. Windows color (decimal): -5680328 or 3691433. OLE color: 3691433.

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

Color convert

RGB1698356-
CMYK00.510.670.34
HSL14.34º50.22%44.12%-
HSV(B)14.34º66.86%66.27%-
XYZ20.1714.915.56-
YUV105.6499.99173.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=54.87%
G=26.95%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169835600.510.670.3414.3450.2244.12
HexA953380334322e322c
Octal2511237006310342166254
Binary101010011010011111000011001110000111000101110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95338; }

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

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

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

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

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

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

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

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