Html Css Color HEX #AF5939 Orange Roughy

📋 copy color: '#AF5939'

red 175 ◦ green 89 ◦ blue 57

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

Shades of Orange Roughy #AF5939

Tints of Orange Roughy #AF5939

RGB

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

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

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

R = 54.52%
G = 27.73%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF5939 (or 0xAF5939) is known color: Orange Roughy. HEX triplet: AF, 59 and 39. RGB value is (175,89,57). Sum of RGB (Red+Green+Blue) = 175+89+57=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5939 is #50A6C6. Grayscale: #6F6F6F. Windows color (decimal): -5285575 or 3758511. OLE color: 3758511.

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

Color convert

RGB 175 89 57 -
CMYK 0 0.49 0.67 0.31
HSL 16.27º 0.51% 0.45% -
HSV(B) 16.27º 0.67% 0.69% -
XYZ 21.99 16.55 5.91 -
YUV 111.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 175 89 57 0 0.49 0.67 0.31 16.27 0.51 0.45
Hex AF 59 39 0 31 43 1F 10 33 2D
Octal 257 131 71 0 61 103 37 20 63 55
Binary 10101111 1011001 111001 0 110001 1000011 11111 10000 110011 101101

Color Harmonies of #AF5939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5939

Black with #AF5939

Text Example


Text Example

White with #AF5939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5939; }

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

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

background-color css

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

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

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

border-color css

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

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

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