Html Css Color HEX #AF5137 Orange Roughy

📋 copy color: '#AF5137'

red 175 ◦ green 81 ◦ blue 55

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

Shades of Orange Roughy #AF5137

Tints of Orange Roughy #AF5137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 56.27%
G = 26.05%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5137 (or 0xAF5137) is known color: Orange Roughy. HEX triplet: AF, 51 and 37. RGB value is (175,81,55). Sum of RGB (Red+Green+Blue) = 175+81+55=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5137 is #50AEC8. Grayscale: #6A6A6A. Windows color (decimal): -5287625 or 3625391. OLE color: 3625391.

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

Color convert

RGB 175 81 55 -
CMYK 0 0.54 0.69 0.31
HSL 13º 0.52% 0.45% -
HSV(B) 13º 0.69% 0.69% -
XYZ 21.31 15.27 5.44 -
YUV 106.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 175 81 55 0 0.54 0.69 0.31 13 0.52 0.45
Hex AF 51 37 0 36 45 1F D 34 2D
Octal 257 121 67 0 66 105 37 15 64 55
Binary 10101111 1010001 110111 0 110110 1000101 11111 1101 110100 101101

Color Harmonies of #AF5137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5137

Black with #AF5137

Text Example


Text Example

White with #AF5137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5137; }

 p { color: rgb(175,81,55); }

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

background-color css

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

 a { background-color: rgb(175,81,55); }

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

border-color css

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

 span { border-color: rgb(175,81,55); }

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