#A35236

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

Shades of Orange Roughy #A35236

Tints of Orange Roughy #A35236

Color information

#A35236 (or 0xA35236) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 36. RGB value is (163,82,54). Sum of RGB (Red+Green+Blue) = 163+82+54=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35236 is #5CADC9. Grayscale: #676767. Windows color (decimal): -6073802 or 3560099. OLE color: 3560099.

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

Color convert

RGB1638254-
CMYK00.500.670.36
HSL15.41º50.23%42.55%-
HSV(B)15.41º66.87%63.92%-
XYZ18.7914.095.22-
YUV103.03100.34170.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=54.52%
G=27.42%
B=18.06%

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
Decimal163825400.500.670.3615.4150.2342.55
HexA352360324324f322b
Octal2431226606210344176253
Binary101000111010010110110011001010000111001001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35236; }

 p { color: rgb(163,82,54); }

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

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

 a { background-color: rgb(163,82,54); }

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

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

 span { border-color: rgb(163,82,54); }

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