#A54F35

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

Shades of Orange Roughy #A54F35

Tints of Orange Roughy #A54F35

Color information

#A54F35 (or 0xA54F35) is unknown color: approx Orange Roughy. HEX triplet: A5, 4F and 35. RGB value is (165,79,53). Sum of RGB (Red+Green+Blue) = 165+79+53=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F35 is #5AB0CA. Grayscale: #656565. Windows color (decimal): -5943499 or 3493797. OLE color: 3493797.

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

Color convert

RGB1657953-
CMYK00.520.680.35
HSL13.93º51.38%42.75%-
HSV(B)13.93º67.88%64.71%-
XYZ18.9613.855.04-
YUV101.75100.49173.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=55.56%
G=26.60%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165795300.520.680.3513.9351.3842.75
HexA54F350344423e332b
Octal2451176506410443166353
Binary101001011001111110101011010010001001000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F35; }

 p { color: rgb(165,79,53); }

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

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

 a { background-color: rgb(165,79,53); }

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

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

 span { border-color: rgb(165,79,53); }

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