Html Css Color HEX #AF593B Orange Roughy

📋 copy color: '#AF593B'

red 175 ◦ green 89 ◦ blue 59

#AF593B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #AF593B

Tints of Orange Roughy #AF593B

RGB

 RED value IS 175 (68.75% from 255) = 54.18%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 54.18%
G = 27.55%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF593B (or 0xAF593B) is known color: Orange Roughy. HEX triplet: AF, 59 and 3B. RGB value is (175,89,59). Sum of RGB (Red+Green+Blue) = 175+89+59=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593B is #50A6C4. Grayscale: #6F6F6F. Windows color (decimal): -5285573 or 3889583. OLE color: 3889583.

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

Color convert

RGB 175 89 59 -
CMYK 0 0.49 0.66 0.31
HSL 15.52º 0.5% 0.46% -
HSV(B) 15.52º 0.66% 0.69% -
XYZ 22.04 16.57 6.18 -
YUV 111.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 175 89 59 0 0.49 0.66 0.31 15.52 0.5 0.46
Hex AF 59 3B 0 31 42 1F 10 32 2E
Octal 257 131 73 0 61 102 37 20 62 56
Binary 10101111 1011001 111011 0 110001 1000010 11111 10000 110010 101110

Color Harmonies of #AF593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF593B

Black with #AF593B

Text Example


Text Example

White with #AF593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF593B; }

 p { color: rgb(175,89,59); }

 H1.HeaderClassName
 {
   color: #AF593B;
 }
 .AnyTagClassName
 {
   color: #AF593B;
 }
</style>

background-color css

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

 a { background-color: rgb(175,89,59); }

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

border-color css

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

 span { border-color: rgb(175,89,59); }

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