#AF553A

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

Shades of Orange Roughy #AF553A

Tints of Orange Roughy #AF553A

Color information

#AF553A (or 0xAF553A) is unknown color: approx Orange Roughy. HEX triplet: AF, 55 and 3A. RGB value is (175,85,58). Sum of RGB (Red+Green+Blue) = 175+85+58=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF553A is #50AAC5. Grayscale: #6D6D6D. Windows color (decimal): -5286598 or 3823023. OLE color: 3823023.

HSL color Cylindrical-coordinate representation of color #AF553A: hue angle of 13.85º 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 #AF553A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1758558-
CMYK00.510.670.31
HSL13.85º50.21%45.69%-
HSV(B)13.85º66.86%68.63%-
XYZ21.6915.925.93-
YUV108.8399.32175.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=55.03%
G=26.73%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175855800.510.670.3113.8550.2145.69
HexAF553A033431Fe322e
Octal2571257206310337166256
Binary10101111101010111101001100111000011111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF553A; }

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

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

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

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

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

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

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

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