#A54B33

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

Shades of Orange Roughy #A54B33

Tints of Orange Roughy #A54B33

Color information

#A54B33 (or 0xA54B33) is unknown color: approx Orange Roughy. HEX triplet: A5, 4B and 33. RGB value is (165,75,51). Sum of RGB (Red+Green+Blue) = 165+75+51=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B33 is #5AB4CC. Grayscale: #636363. Windows color (decimal): -5944525 or 3361701. OLE color: 3361701.

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

Color convert

RGB1657551-
CMYK00.550.690.35
HSL12.63º52.78%42.35%-
HSV(B)12.63º69.09%64.71%-
XYZ18.6313.274.71-
YUV99.17100.82174.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=56.70%
G=25.77%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165755100.550.690.3512.6352.7842.35
HexA54B330374523d352a
Octal2451136306710543156552
Binary101001011001011110011011011110001011000111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B33; }

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

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

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

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

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

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

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

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