#A55038

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

Shades of Orange Roughy #A55038

Tints of Orange Roughy #A55038

Color information

#A55038 (or 0xA55038) is unknown color: approx Orange Roughy. HEX triplet: A5, 50 and 38. RGB value is (165,80,56). Sum of RGB (Red+Green+Blue) = 165+80+56=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55038 is #5AAFC7. Grayscale: #666666. Windows color (decimal): -5943240 or 3690661. OLE color: 3690661.

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

Color convert

RGB1658056-
CMYK00.520.660.35
HSL13.21º49.32%43.33%-
HSV(B)13.21º66.06%64.71%-
XYZ19.114.025.44-
YUV102.68101.66172.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=54.82%
G=26.58%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165805600.520.660.3513.2149.3243.33
HexA550380344223d312b
Octal2451207006410243156153
Binary101001011010000111000011010010000101000111101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55038; }

 p { color: rgb(165,80,56); }

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

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

 a { background-color: rgb(165,80,56); }

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

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

 span { border-color: rgb(165,80,56); }

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