#AF523A

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

Shades of Orange Roughy #AF523A

Tints of Orange Roughy #AF523A

Color information

#AF523A (or 0xAF523A) is unknown color: approx Orange Roughy. HEX triplet: AF, 52 and 3A. RGB value is (175,82,58). Sum of RGB (Red+Green+Blue) = 175+82+58=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF523A is #50ADC5. Grayscale: #6B6B6B. Windows color (decimal): -5287366 or 3822255. OLE color: 3822255.

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

Color convert

RGB1758258-
CMYK00.530.670.31
HSL12.31º50.21%45.69%-
HSV(B)12.31º66.86%68.63%-
XYZ21.4615.455.85-
YUV107.07100.31176.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=55.56%
G=26.03%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175825800.530.670.3112.3150.2145.69
HexAF523A035431Fc322e
Octal2571227206510337146256
Binary10101111101001011101001101011000011111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF523A; }

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

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

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

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

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

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

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

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