#A25439

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

Shades of Orange Roughy #A25439

Tints of Orange Roughy #A25439

Color information

#A25439 (or 0xA25439) is unknown color: approx Orange Roughy. HEX triplet: A2, 54 and 39. RGB value is (162,84,57). Sum of RGB (Red+Green+Blue) = 162+84+57=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25439 is #5DABC6. Grayscale: #686868. Windows color (decimal): -6138823 or 3757218. OLE color: 3757218.

HSL color Cylindrical-coordinate representation of color #A25439: hue angle of 15.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25439 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1628457-
CMYK00.480.650.36
HSL15.43º47.95%42.94%-
HSV(B)15.43º64.81%63.53%-
XYZ18.8114.325.64-
YUV104.24101.34169.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=53.47%
G=27.72%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162845700.480.650.3615.4347.9542.94
HexA254390304124f302b
Octal2421247106010144176053
Binary101000101010100111001011000010000011001001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25439; }

 p { color: rgb(162,84,57); }

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

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

 a { background-color: rgb(162,84,57); }

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

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

 span { border-color: rgb(162,84,57); }

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