#A8533A

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

Shades of Orange Roughy #A8533A

Tints of Orange Roughy #A8533A

Color information

#A8533A (or 0xA8533A) is unknown color: approx Orange Roughy. HEX triplet: A8, 53 and 3A. RGB value is (168,83,58). Sum of RGB (Red+Green+Blue) = 168+83+58=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8533A is #57ACC5. Grayscale: #696969. Windows color (decimal): -5745862 or 3822504. OLE color: 3822504.

HSL color Cylindrical-coordinate representation of color #A8533A: hue angle of 13.64º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8533A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1688358-
CMYK00.510.650.34
HSL13.64º48.67%44.31%-
HSV(B)13.64º65.48%65.88%-
XYZ20.0114.825.81-
YUV105.56101.16172.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=54.37%
G=26.86%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168835800.510.650.3413.6448.6744.31
HexA8533A0334122e312c
Octal2501237206310142166154
Binary101010001010011111010011001110000011000101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8533A; }

 p { color: rgb(168,83,58); }

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

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

 a { background-color: rgb(168,83,58); }

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

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

 span { border-color: rgb(168,83,58); }

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