#A54F33

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

Shades of Orange Roughy #A54F33

Tints of Orange Roughy #A54F33

Color information

#A54F33 (or 0xA54F33) is unknown color: approx Orange Roughy. HEX triplet: A5, 4F and 33. RGB value is (165,79,51). Sum of RGB (Red+Green+Blue) = 165+79+51=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F33 is #5AB0CC. Grayscale: #656565. Windows color (decimal): -5943501 or 3362725. OLE color: 3362725.

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

Color convert

RGB1657951-
CMYK00.520.690.35
HSL14.74º52.78%42.35%-
HSV(B)14.74º69.09%64.71%-
XYZ18.9113.834.8-
YUV101.5299.49173.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=55.93%
G=26.78%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165795100.520.690.3514.7452.7842.35
HexA54F330344523f352a
Octal2451176306410543176552
Binary101001011001111110011011010010001011000111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F33; }

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

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

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

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

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

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

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

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