#A74B38

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

Shades of Orange Roughy #A74B38

Tints of Orange Roughy #A74B38

Color information

#A74B38 (or 0xA74B38) is unknown color: approx Orange Roughy. HEX triplet: A7, 4B and 38. RGB value is (167,75,56). Sum of RGB (Red+Green+Blue) = 167+75+56=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B38 is #58B4C7. Grayscale: #646464. Windows color (decimal): -5813448 or 3689383. OLE color: 3689383.

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

Color convert

RGB1677556-
CMYK00.550.660.35
HSL10.27º49.78%43.73%-
HSV(B)10.27º66.47%65.49%-
XYZ19.1713.535.34-
YUV100.34102.98175.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=56.04%
G=25.17%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167755600.550.660.3510.2749.7843.73
HexA74B380374223a322c
Octal2471137006710243126254
Binary101001111001011111000011011110000101000111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B38; }

 p { color: rgb(167,75,56); }

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

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

 a { background-color: rgb(167,75,56); }

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

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

 span { border-color: rgb(167,75,56); }

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