#A14D34

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

Shades of Orange Roughy #A14D34

Tints of Orange Roughy #A14D34

Color information

#A14D34 (or 0xA14D34) is unknown color: approx Orange Roughy. HEX triplet: A1, 4D and 34. RGB value is (161,77,52). Sum of RGB (Red+Green+Blue) = 161+77+52=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D34 is #5EB2CB. Grayscale: #636363. Windows color (decimal): -6206156 or 3427745. OLE color: 3427745.

HSL color Cylindrical-coordinate representation of color #A14D34: hue angle of 13.76º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14D34 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1617752-
CMYK00.520.680.37
HSL13.76º51.17%41.76%-
HSV(B)13.76º67.7%63.14%-
XYZ17.9713.134.84-
YUV99.27101.33172.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=55.52%
G=26.55%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161775200.520.680.3713.7651.1741.76
HexA14D340344425e332a
Octal2411156406410445166352
Binary101000011001101110100011010010001001001011110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D34; }

 p { color: rgb(161,77,52); }

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

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

 a { background-color: rgb(161,77,52); }

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

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

 span { border-color: rgb(161,77,52); }

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