#AB523E

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

Shades of Orange Roughy #AB523E

Tints of Orange Roughy #AB523E

Color information

#AB523E (or 0xAB523E) is unknown color: approx Orange Roughy. HEX triplet: AB, 52 and 3E. RGB value is (171,82,62). Sum of RGB (Red+Green+Blue) = 171+82+62=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB523E is #54ADC1. Grayscale: #6A6A6A. Windows color (decimal): -5549506 or 4084395. OLE color: 4084395.

HSL color Cylindrical-coordinate representation of color #AB523E: hue angle of 11.01º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB523E is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1718262-
CMYK00.520.640.33
HSL11.01º46.78%45.69%-
HSV(B)11.01º63.74%67.06%-
XYZ20.6815.046.37-
YUV106.33102.99174.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=54.29%
G=26.03%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171826200.520.640.3311.0146.7845.69
HexAB523E0344021b2f2e
Octal2531227606410041135756
Binary101010111010010111110011010010000001000011011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB523E; }

 p { color: rgb(171,82,62); }

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

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

 a { background-color: rgb(171,82,62); }

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

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

 span { border-color: rgb(171,82,62); }

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