#A25739

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

Shades of Orange Roughy #A25739

Tints of Orange Roughy #A25739

Color information

#A25739 (or 0xA25739) is unknown color: approx Orange Roughy. HEX triplet: A2, 57 and 39. RGB value is (162,87,57). Sum of RGB (Red+Green+Blue) = 162+87+57=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25739 is #5DA8C6. Grayscale: #6A6A6A. Windows color (decimal): -6138055 or 3757986. OLE color: 3757986.

HSL color Cylindrical-coordinate representation of color #A25739: hue angle of 17.14º 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 #A25739 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1628757-
CMYK00.460.650.36
HSL17.14º47.95%42.94%-
HSV(B)17.14º64.81%63.53%-
XYZ19.0514.795.72-
YUV106100.35167.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=52.94%
G=28.43%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162875700.460.650.3617.1447.9542.94
HexA2573902E412411302b
Octal2421277105610144216053
Binary1010001010101111110010101110100000110010010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25739; }

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

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

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

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

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

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

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

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