#A34F33

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

Shades of Orange Roughy #A34F33

Tints of Orange Roughy #A34F33

Color information

#A34F33 (or 0xA34F33) is unknown color: approx Orange Roughy. HEX triplet: A3, 4F and 33. RGB value is (163,79,51). Sum of RGB (Red+Green+Blue) = 163+79+51=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F33 is #5CB0CC. Grayscale: #656565. Windows color (decimal): -6074573 or 3362723. OLE color: 3362723.

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

Color convert

RGB1637951-
CMYK00.520.690.36
HSL15º52.34%41.96%-
HSV(B)15º68.71%63.92%-
XYZ18.513.624.79-
YUV100.9299.83172.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 79 (31.25% from 255) = 26.96%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=55.63%
G=26.96%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163795100.520.690.361552.3441.96
HexA34F330344524f342a
Octal2431176306410544176452
Binary101000111001111110011011010010001011001001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34F33; }

 p { color: rgb(163,79,51); }

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

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

 a { background-color: rgb(163,79,51); }

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

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

 span { border-color: rgb(163,79,51); }

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