#AF503A

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

Shades of Orange Roughy #AF503A

Tints of Orange Roughy #AF503A

Color information

#AF503A (or 0xAF503A) is unknown color: approx Orange Roughy. HEX triplet: AF, 50 and 3A. RGB value is (175,80,58). Sum of RGB (Red+Green+Blue) = 175+80+58=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503A is #50AFC5. Grayscale: #6A6A6A. Windows color (decimal): -5287878 or 3821743. OLE color: 3821743.

HSL color Cylindrical-coordinate representation of color #AF503A: hue angle of 11.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF503A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1758058-
CMYK00.540.670.31
HSL11.28º50.21%45.69%-
HSV(B)11.28º66.86%68.63%-
XYZ21.3115.165.81-
YUV105.9100.97177.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=55.91%
G=25.56%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175805800.540.670.3111.2850.2145.69
HexAF503A036431Fb322e
Octal2571207206610337136256
Binary10101111101000011101001101101000011111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF503A; }

 p { color: rgb(175,80,58); }

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

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

 a { background-color: rgb(175,80,58); }

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

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

 span { border-color: rgb(175,80,58); }

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