#A74D34

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

Shades of Orange Roughy #A74D34

Tints of Orange Roughy #A74D34

Color information

#A74D34 (or 0xA74D34) is unknown color: approx Orange Roughy. HEX triplet: A7, 4D and 34. RGB value is (167,77,52). Sum of RGB (Red+Green+Blue) = 167+77+52=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D34 is #58B2CB. Grayscale: #656565. Windows color (decimal): -5812940 or 3427751. OLE color: 3427751.

HSL color Cylindrical-coordinate representation of color #A74D34: hue angle of 13.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74D34 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1677752-
CMYK00.540.690.35
HSL13.04º52.51%42.94%-
HSV(B)13.04º68.86%65.49%-
XYZ19.2113.774.89-
YUV101.06100.32175.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.42%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=56.42%
G=26.01%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167775200.540.690.3513.0452.5142.94
HexA74D340364523d352b
Octal2471156406610543156553
Binary101001111001101110100011011010001011000111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D34; }

 p { color: rgb(167,77,52); }

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

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

 a { background-color: rgb(167,77,52); }

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

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

 span { border-color: rgb(167,77,52); }

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