Html Css Color HEX #AF5336 Orange Roughy

📋 copy color: '#AF5336'

red 175 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #AF5336

Tints of Orange Roughy #AF5336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 56.09%
G = 26.6%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5336 (or 0xAF5336) is known color: Orange Roughy. HEX triplet: AF, 53 and 36. RGB value is (175,83,54). Sum of RGB (Red+Green+Blue) = 175+83+54=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5336 is #50ACC9. Grayscale: #6B6B6B. Windows color (decimal): -5287114 or 3560367. OLE color: 3560367.

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

Color convert

RGB 175 83 54 -
CMYK 0 0.53 0.69 0.31
HSL 14.38º 0.53% 0.45% -
HSV(B) 14.38º 0.69% 0.69% -
XYZ 21.44 15.57 5.36 -
YUV 107.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 175 83 54 0 0.53 0.69 0.31 14.38 0.53 0.45
Hex AF 53 36 0 35 45 1F E 35 2D
Octal 257 123 66 0 65 105 37 16 65 55
Binary 10101111 1010011 110110 0 110101 1000101 11111 1110 110101 101101

Color Harmonies of #AF5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5336

Black with #AF5336

Text Example


Text Example

White with #AF5336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5336; }

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

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

background-color css

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

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

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

border-color css

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

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

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