#AB4A35

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

Shades of Orange Roughy #AB4A35

Tints of Orange Roughy #AB4A35

Color information

#AB4A35 (or 0xAB4A35) is unknown color: approx Orange Roughy. HEX triplet: AB, 4A and 35. RGB value is (171,74,53). Sum of RGB (Red+Green+Blue) = 171+74+53=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A35 is #54B5CA. Grayscale: #646464. Windows color (decimal): -5551563 or 3492523. OLE color: 3492523.

HSL color Cylindrical-coordinate representation of color #AB4A35: hue angle of 10.68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4A35 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1717453-
CMYK00.570.690.33
HSL10.68º52.68%43.92%-
HSV(B)10.68º69.01%67.06%-
XYZ19.8913.814.99-
YUV100.61101.14178.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=57.38%
G=24.83%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171745300.570.690.3310.6852.6843.92
HexAB4A350394521b352c
Octal2531126507110541136554
Binary101010111001010110101011100110001011000011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A35; }

 p { color: rgb(171,74,53); }

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

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

 a { background-color: rgb(171,74,53); }

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

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

 span { border-color: rgb(171,74,53); }

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