#A34B36

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

Shades of Orange Roughy #A34B36

Tints of Orange Roughy #A34B36

Color information

#A34B36 (or 0xA34B36) is unknown color: approx Orange Roughy. HEX triplet: A3, 4B and 36. RGB value is (163,75,54). Sum of RGB (Red+Green+Blue) = 163+75+54=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B36 is #5CB4C9. Grayscale: #636363. Windows color (decimal): -6075594 or 3558307. OLE color: 3558307.

HSL color Cylindrical-coordinate representation of color #A34B36: hue angle of 11.56º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34B36 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1637554-
CMYK00.540.670.36
HSL11.56º50.23%42.55%-
HSV(B)11.56º66.87%63.92%-
XYZ18.2913.095.05-
YUV98.92102.65173.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=55.82%
G=25.68%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163755400.540.670.3611.5650.2342.55
HexA34B360364324c322b
Octal2431136606610344146253
Binary101000111001011110110011011010000111001001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B36; }

 p { color: rgb(163,75,54); }

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

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

 a { background-color: rgb(163,75,54); }

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

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

 span { border-color: rgb(163,75,54); }

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