#A84D38

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

Shades of Orange Roughy #A84D38

Tints of Orange Roughy #A84D38

Color information

#A84D38 (or 0xA84D38) is unknown color: approx Orange Roughy. HEX triplet: A8, 4D and 38. RGB value is (168,77,56). Sum of RGB (Red+Green+Blue) = 168+77+56=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D38 is #57B2C7. Grayscale: #656565. Windows color (decimal): -5747400 or 3689896. OLE color: 3689896.

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

Color convert

RGB1687756-
CMYK00.540.670.34
HSL11.25º50%43.92%-
HSV(B)11.25º66.67%65.88%-
XYZ19.5213.925.4-
YUV101.82102.15175.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=55.81%
G=25.58%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168775600.540.670.3411.255043.92
HexA84D380364322b322c
Octal2501157006610342136254
Binary101010001001101111000011011010000111000101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D38; }

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

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

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

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

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

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

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

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