#A34B37

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

Shades of Orange Roughy #A34B37

Tints of Orange Roughy #A34B37

Color information

#A34B37 (or 0xA34B37) is unknown color: approx Orange Roughy. HEX triplet: A3, 4B and 37. RGB value is (163,75,55). Sum of RGB (Red+Green+Blue) = 163+75+55=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B37 is #5CB4C8. Grayscale: #636363. Windows color (decimal): -6075593 or 3623843. OLE color: 3623843.

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

Color convert

RGB1637555-
CMYK00.540.660.36
HSL11.11º49.54%42.75%-
HSV(B)11.11º66.26%63.92%-
XYZ18.3113.095.18-
YUV99.03103.15173.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=55.63%
G=25.60%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163755500.540.660.3611.1149.5442.75
HexA34B370364224b322b
Octal2431136706610244136253
Binary101000111001011110111011011010000101001001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B37; }

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

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

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

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

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

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

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

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