Html Css Color HEX #AF5536 Orange Roughy

📋 copy color: '#AF5536'

red 175 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #AF5536

Tints of Orange Roughy #AF5536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 55.73%
G = 27.07%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5536 (or 0xAF5536) is known color: Orange Roughy. HEX triplet: AF, 55 and 36. RGB value is (175,85,54). Sum of RGB (Red+Green+Blue) = 175+85+54=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5536 is #50AAC9. Grayscale: #6C6C6C. Windows color (decimal): -5286602 or 3560879. OLE color: 3560879.

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

Color convert

RGB 175 85 54 -
CMYK 0 0.51 0.69 0.31
HSL 15.37º 0.53% 0.45% -
HSV(B) 15.37º 0.69% 0.69% -
XYZ 21.59 15.88 5.42 -
YUV 108.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 175 85 54 0 0.51 0.69 0.31 15.37 0.53 0.45
Hex AF 55 36 0 33 45 1F F 35 2D
Octal 257 125 66 0 63 105 37 17 65 55
Binary 10101111 1010101 110110 0 110011 1000101 11111 1111 110101 101101

Color Harmonies of #AF5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5536

Black with #AF5536

Text Example


Text Example

White with #AF5536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5536; }

 p { color: rgb(175,85,54); }

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

background-color css

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

 a { background-color: rgb(175,85,54); }

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

border-color css

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

 span { border-color: rgb(175,85,54); }

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