#A35135

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

Shades of Orange Roughy #A35135

Tints of Orange Roughy #A35135

Color information

#A35135 (or 0xA35135) is unknown color: approx Orange Roughy. HEX triplet: A3, 51 and 35. RGB value is (163,81,53). Sum of RGB (Red+Green+Blue) = 163+81+53=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A35135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35135 is #5CAECA. Grayscale: #666666. Windows color (decimal): -6074059 or 3494307. OLE color: 3494307.

HSL color Cylindrical-coordinate representation of color #A35135: hue angle of 15.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A35135 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1638153-
CMYK00.500.670.36
HSL15.27º50.93%42.35%-
HSV(B)15.27º67.48%63.92%-
XYZ18.6913.935.07-
YUV102.33100.17171.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=54.88%
G=27.27%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815300.500.670.3615.2750.9342.35
HexA351350324324f332a
Octal2431216506210344176352
Binary101000111010001110101011001010000111001001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35135; }

 p { color: rgb(163,81,53); }

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

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

 a { background-color: rgb(163,81,53); }

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

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

 span { border-color: rgb(163,81,53); }

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