#A34F3C

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

Shades of Orange Roughy #A34F3C

Tints of Orange Roughy #A34F3C

Color information

#A34F3C (or 0xA34F3C) is unknown color: approx Orange Roughy. HEX triplet: A3, 4F and 3C. RGB value is (163,79,60). Sum of RGB (Red+Green+Blue) = 163+79+60=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F3C is #5CB0C3. Grayscale: #666666. Windows color (decimal): -6074564 or 3952547. OLE color: 3952547.

HSL color Cylindrical-coordinate representation of color #A34F3C: hue angle of 11.07º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34F3C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1637960-
CMYK00.520.630.36
HSL11.07º46.19%43.73%-
HSV(B)11.07º63.19%63.92%-
XYZ18.7213.75.93-
YUV101.95104.33171.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=53.97%
G=26.16%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163796000.520.630.3611.0746.1943.73
HexA34F3C0343F24b2e2c
Octal243117740647744135654
Binary10100011100111111110001101001111111001001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F3C; }

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

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

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

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

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

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

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

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