#A34F38

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

Shades of Orange Roughy #A34F38

Tints of Orange Roughy #A34F38

Color information

#A34F38 (or 0xA34F38) is unknown color: approx Orange Roughy. HEX triplet: A3, 4F and 38. RGB value is (163,79,56). Sum of RGB (Red+Green+Blue) = 163+79+56=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F38 is #5CB0C7. Grayscale: #656565. Windows color (decimal): -6074568 or 3690403. OLE color: 3690403.

HSL color Cylindrical-coordinate representation of color #A34F38: hue angle of 12.9º 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 #A34F38 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1637956-
CMYK00.520.660.36
HSL12.9º48.86%42.94%-
HSV(B)12.9º65.64%63.92%-
XYZ18.6113.665.4-
YUV101.49102.33171.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=54.70%
G=26.51%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163795600.520.660.3612.948.8642.94
HexA34F380344224d312b
Octal2431177006410244156153
Binary101000111001111111000011010010000101001001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F38; }

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

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

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

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

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

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

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

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