#A84A35

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

Shades of Orange Roughy #A84A35

Tints of Orange Roughy #A84A35

Color information

#A84A35 (or 0xA84A35) is unknown color: approx Orange Roughy. HEX triplet: A8, 4A and 35. RGB value is (168,74,53). Sum of RGB (Red+Green+Blue) = 168+74+53=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A35 is #57B5CA. Grayscale: #636363. Windows color (decimal): -5748171 or 3492520. OLE color: 3492520.

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

Color convert

RGB1687453-
CMYK00.560.680.34
HSL10.96º52.04%43.33%-
HSV(B)10.96º68.45%65.88%-
XYZ19.2413.484.96-
YUV99.71101.64176.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=56.95%
G=25.08%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168745300.560.680.3410.9652.0443.33
HexA84A350384422b342b
Octal2501126507010442136453
Binary101010001001010110101011100010001001000101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A35; }

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

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

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

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

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

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

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

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