#A25338

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

Shades of Orange Roughy #A25338

Tints of Orange Roughy #A25338

Color information

#A25338 (or 0xA25338) is unknown color: approx Orange Roughy. HEX triplet: A2, 53 and 38. RGB value is (162,83,56). Sum of RGB (Red+Green+Blue) = 162+83+56=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25338 is #5DACC7. Grayscale: #676767. Windows color (decimal): -6139080 or 3691426. OLE color: 3691426.

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

Color convert

RGB1628356-
CMYK00.490.650.36
HSL15.28º48.62%42.75%-
HSV(B)15.28º65.43%63.53%-
XYZ18.7114.155.49-
YUV103.54101.17169.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=53.82%
G=27.57%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162835600.490.650.3615.2848.6242.75
HexA253380314124f312b
Octal2421237006110144176153
Binary101000101010011111000011000110000011001001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25338; }

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

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

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

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

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

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

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

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