#A84A34

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

Shades of Orange Roughy #A84A34

Tints of Orange Roughy #A84A34

Color information

#A84A34 (or 0xA84A34) is unknown color: approx Orange Roughy. HEX triplet: A8, 4A and 34. RGB value is (168,74,52). Sum of RGB (Red+Green+Blue) = 168+74+52=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A34 is #57B5CB. Grayscale: #636363. Windows color (decimal): -5748172 or 3426984. OLE color: 3426984.

HSL color Cylindrical-coordinate representation of color #A84A34: hue angle of 11.38º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84A34 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1687452-
CMYK00.560.690.34
HSL11.38º52.73%43.14%-
HSV(B)11.38º69.05%65.88%-
XYZ19.2213.474.84-
YUV99.6101.14176.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.14%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=57.14%
G=25.17%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168745200.560.690.3411.3852.7343.14
HexA84A340384522b352b
Octal2501126407010542136553
Binary101010001001010110100011100010001011000101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A34; }

 p { color: rgb(168,74,52); }

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

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

 a { background-color: rgb(168,74,52); }

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

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

 span { border-color: rgb(168,74,52); }

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