#A25438

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

Shades of Orange Roughy #A25438

Tints of Orange Roughy #A25438

Color information

#A25438 (or 0xA25438) is unknown color: approx Orange Roughy. HEX triplet: A2, 54 and 38. RGB value is (162,84,56). Sum of RGB (Red+Green+Blue) = 162+84+56=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25438 is #5DABC7. Grayscale: #686868. Windows color (decimal): -6138824 or 3691682. OLE color: 3691682.

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

Color convert

RGB1628456-
CMYK00.480.650.36
HSL15.85º48.62%42.75%-
HSV(B)15.85º65.43%63.53%-
XYZ18.7814.315.51-
YUV104.13100.84169.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=53.64%
G=27.81%
B=18.54%

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
Decimal162845600.480.650.3615.8548.6242.75
HexA25438030412410312b
Octal2421247006010144206153
Binary1010001010101001110000110000100000110010010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25438; }

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

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

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

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

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

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

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

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