#A54C33

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

Shades of Orange Roughy #A54C33

Tints of Orange Roughy #A54C33

Color information

#A54C33 (or 0xA54C33) is unknown color: approx Orange Roughy. HEX triplet: A5, 4C and 33. RGB value is (165,76,51). Sum of RGB (Red+Green+Blue) = 165+76+51=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C33 is #5AB3CC. Grayscale: #636363. Windows color (decimal): -5944269 or 3361957. OLE color: 3361957.

HSL color Cylindrical-coordinate representation of color #A54C33: hue angle of 13.16º 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 #A54C33 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1657651-
CMYK00.540.690.35
HSL13.16º52.78%42.35%-
HSV(B)13.16º69.09%64.71%-
XYZ18.713.414.73-
YUV99.76100.49174.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=56.51%
G=26.03%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165765100.540.690.3513.1652.7842.35
HexA54C330364523d352a
Octal2451146306610543156552
Binary101001011001100110011011011010001011000111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C33; }

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

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

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

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

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

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

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

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