#A34B34

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

Shades of Orange Roughy #A34B34

Tints of Orange Roughy #A34B34

Color information

#A34B34 (or 0xA34B34) is unknown color: approx Orange Roughy. HEX triplet: A3, 4B and 34. RGB value is (163,75,52). Sum of RGB (Red+Green+Blue) = 163+75+52=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B34 is #5CB4CB. Grayscale: #626262. Windows color (decimal): -6075596 or 3427235. OLE color: 3427235.

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

Color convert

RGB1637552-
CMYK00.540.680.36
HSL12.43º51.63%42.16%-
HSV(B)12.43º68.1%63.92%-
XYZ18.2413.074.81-
YUV98.69101.65173.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=56.21%
G=25.86%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163755200.540.680.3612.4351.6342.16
HexA34B340364424c342a
Octal2431136406610444146452
Binary101000111001011110100011011010001001001001100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B34; }

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

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

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

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

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

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

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

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