#A35335

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

Shades of Orange Roughy #A35335

Tints of Orange Roughy #A35335

Color information

#A35335 (or 0xA35335) is unknown color: approx Orange Roughy. HEX triplet: A3, 53 and 35. RGB value is (163,83,53). Sum of RGB (Red+Green+Blue) = 163+83+53=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35335 is #5CACCA. Grayscale: #676767. Windows color (decimal): -6073547 or 3494819. OLE color: 3494819.

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

Color convert

RGB1638353-
CMYK00.490.670.36
HSL16.36º50.93%42.35%-
HSV(B)16.36º67.48%63.92%-
XYZ18.8414.235.12-
YUV103.599.5170.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=54.52%
G=27.76%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163835300.490.670.3616.3650.9342.35
HexA35335031432410332a
Octal2431236506110344206352
Binary1010001110100111101010110001100001110010010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35335; }

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

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

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

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

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

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

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

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