Html Css Color HEX #AF5739 Orange Roughy

📋 copy color: '#AF5739'

red 175 ◦ green 87 ◦ blue 57

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

Shades of Orange Roughy #AF5739

Tints of Orange Roughy #AF5739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 54.86%
G = 27.27%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF5739 (or 0xAF5739) is known color: Orange Roughy. HEX triplet: AF, 57 and 39. RGB value is (175,87,57). Sum of RGB (Red+Green+Blue) = 175+87+57=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5739 is #50A8C6. Grayscale: #6E6E6E. Windows color (decimal): -5286087 or 3757999. OLE color: 3757999.

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

Color convert

RGB 175 87 57 -
CMYK 0 0.50 0.67 0.31
HSL 15.25º 0.51% 0.45% -
HSV(B) 15.25º 0.67% 0.69% -
XYZ 21.83 16.23 5.85 -
YUV 109.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 175 87 57 0 0.50 0.67 0.31 15.25 0.51 0.45
Hex AF 57 39 0 32 43 1F F 33 2D
Octal 257 127 71 0 62 103 37 17 63 55
Binary 10101111 1010111 111001 0 110010 1000011 11111 1111 110011 101101

Color Harmonies of #AF5739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5739

Black with #AF5739

Text Example


Text Example

White with #AF5739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5739; }

 p { color: rgb(175,87,57); }

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

background-color css

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

 a { background-color: rgb(175,87,57); }

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

border-color css

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

 span { border-color: rgb(175,87,57); }

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