#A35038

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

Shades of Orange Roughy #A35038

Tints of Orange Roughy #A35038

Color information

#A35038 (or 0xA35038) is unknown color: approx Orange Roughy. HEX triplet: A3, 50 and 38. RGB value is (163,80,56). Sum of RGB (Red+Green+Blue) = 163+80+56=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A35038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35038 is #5CAFC7. Grayscale: #666666. Windows color (decimal): -6074312 or 3690659. OLE color: 3690659.

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

Color convert

RGB1638056-
CMYK00.510.660.36
HSL13.46º48.86%42.94%-
HSV(B)13.46º65.64%63.92%-
XYZ18.6913.815.42-
YUV102.08102171.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=54.52%
G=26.76%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163805600.510.660.3613.4648.8642.94
HexA350380334224d312b
Octal2431207006310244156153
Binary101000111010000111000011001110000101001001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35038; }

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

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

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

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

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

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

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

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