#AF5438

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

Shades of Orange Roughy #AF5438

Tints of Orange Roughy #AF5438

Color information

#AF5438 (or 0xAF5438) is unknown color: approx Orange Roughy. HEX triplet: AF, 54 and 38. RGB value is (175,84,56). Sum of RGB (Red+Green+Blue) = 175+84+56=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5438 is #50ABC7. Grayscale: #6C6C6C. Windows color (decimal): -5286856 or 3691695. OLE color: 3691695.

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

Color convert

RGB1758456-
CMYK00.520.680.31
HSL14.12º51.52%45.29%-
HSV(B)14.12º68%68.63%-
XYZ21.5615.745.64-
YUV108.0298.65175.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=55.56%
G=26.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175845600.520.680.3114.1251.5245.29
HexAF5438034441Fe342d
Octal2571247006410437166455
Binary10101111101010011100001101001000100111111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5438; }

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

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

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

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

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

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

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

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