#A25437

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

Shades of Orange Roughy #A25437

Tints of Orange Roughy #A25437

Color information

#A25437 (or 0xA25437) is unknown color: approx Orange Roughy. HEX triplet: A2, 54 and 37. RGB value is (162,84,55). Sum of RGB (Red+Green+Blue) = 162+84+55=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25437 is #5DABC8. Grayscale: #686868. Windows color (decimal): -6138825 or 3626146. OLE color: 3626146.

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

Color convert

RGB1628455-
CMYK00.480.660.36
HSL16.26º49.31%42.55%-
HSV(B)16.26º66.05%63.53%-
XYZ18.7614.35.39-
YUV104.02100.34169.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=53.82%
G=27.91%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162845500.480.660.3616.2649.3142.55
HexA25437030422410312b
Octal2421246706010244206153
Binary1010001010101001101110110000100001010010010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25437; }

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

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

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

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

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

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

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

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