#A95438

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

Shades of Orange Roughy #A95438

Tints of Orange Roughy #A95438

Color information

#A95438 (or 0xA95438) is unknown color: approx Orange Roughy. HEX triplet: A9, 54 and 38. RGB value is (169,84,56). Sum of RGB (Red+Green+Blue) = 169+84+56=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A95438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95438 is #56ABC7. Grayscale: #6A6A6A. Windows color (decimal): -5680072 or 3691689. OLE color: 3691689.

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

Color convert

RGB1698456-
CMYK00.500.670.34
HSL14.87º50.22%44.12%-
HSV(B)14.87º66.86%66.27%-
XYZ20.2515.065.58-
YUV106.2299.66172.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.69%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=54.69%
G=27.18%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169845600.500.670.3414.8750.2244.12
HexA954380324322f322c
Octal2511247006210342176254
Binary101010011010100111000011001010000111000101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95438; }

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

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

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

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

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

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

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

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