#a7533e

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

Shades of Orange Roughy #A7533E

Tints of Orange Roughy #A7533E

Color information

#A7533E (or 0xA7533E) is unknown color: approx Orange Roughy. HEX triplet: A7, 53 and 3E. RGB value is (167,83,62). Sum of RGB (Red+Green+Blue) = 167+83+62=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7533E is #58ACC1. Grayscale: #696969. Windows color (decimal): -5811394 or 4084647. OLE color: 4084647.

HSL color Cylindrical-coordinate representation of color #A7533E: hue angle of 12º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7533E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1678362-
CMYK00.500.630.35
HSL12º45.85%44.9%-
HSV(B)12º62.87%65.49%-
XYZ19.914.756.36-
YUV105.72103.33171.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=53.53%
G=26.60%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167836200.500.630.351245.8544.9
HexA7533E0323F23c2e2d
Octal247123760627743145655
Binary10100111101001111111001100101111111000111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7533e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7533e; }

 p { color: rgb(167,83,62); }

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

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

 a { background-color: rgb(167,83,62); }

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

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

 span { border-color: rgb(167,83,62); }

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