#AF5838

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

Shades of Orange Roughy #AF5838

Tints of Orange Roughy #AF5838

Color information

#AF5838 (or 0xAF5838) is unknown color: approx Orange Roughy. HEX triplet: AF, 58 and 38. RGB value is (175,88,56). Sum of RGB (Red+Green+Blue) = 175+88+56=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5838 is #50A7C7. Grayscale: #6E6E6E. Windows color (decimal): -5285832 or 3692719. OLE color: 3692719.

HSL color Cylindrical-coordinate representation of color #AF5838: hue angle of 16.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF5838 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1758856-
CMYK00.500.680.31
HSL16.13º51.52%45.29%-
HSV(B)16.13º68%68.63%-
XYZ21.8816.385.75-
YUV110.3697.32174.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.86%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=54.86%
G=27.59%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175885600.500.680.3116.1351.5245.29
HexAF5838032441F10342d
Octal2571307006210437206455
Binary101011111011000111000011001010001001111110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5838; }

 p { color: rgb(175,88,56); }

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

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

 a { background-color: rgb(175,88,56); }

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

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

 span { border-color: rgb(175,88,56); }

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