#A85338

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

Shades of Orange Roughy #A85338

Tints of Orange Roughy #A85338

Color information

#A85338 (or 0xA85338) is unknown color: approx Orange Roughy. HEX triplet: A8, 53 and 38. RGB value is (168,83,56). Sum of RGB (Red+Green+Blue) = 168+83+56=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85338 is #57ACC7. Grayscale: #696969. Windows color (decimal): -5745864 or 3691432. OLE color: 3691432.

HSL color Cylindrical-coordinate representation of color #A85338: hue angle of 14.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A85338 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1688356-
CMYK00.510.670.34
HSL14.46º50%43.92%-
HSV(B)14.46º66.67%65.88%-
XYZ19.9614.85.55-
YUV105.34100.16172.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=54.72%
G=27.04%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168835600.510.670.3414.465043.92
HexA853380334322e322c
Octal2501237006310342166254
Binary101010001010011111000011001110000111000101110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85338; }

 p { color: rgb(168,83,56); }

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

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

 a { background-color: rgb(168,83,56); }

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

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

 span { border-color: rgb(168,83,56); }

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