Html Css Color HEX #AF4D36 Orange Roughy

📋 copy color: '#AF4D36'

red 175 ◦ green 77 ◦ blue 54

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

Shades of Orange Roughy #AF4D36

Tints of Orange Roughy #AF4D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

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

R = 57.19%
G = 25.16%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4D36 (or 0xAF4D36) is known color: Orange Roughy. HEX triplet: AF, 4D and 36. RGB value is (175,77,54). Sum of RGB (Red+Green+Blue) = 175+77+54=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D36 is #50B2C9. Grayscale: #676767. Windows color (decimal): -5288650 or 3558831. OLE color: 3558831.

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

Color convert

RGB 175 77 54 -
CMYK 0 0.56 0.69 0.31
HSL 11.4º 0.53% 0.45% -
HSV(B) 11.4º 0.69% 0.69% -
XYZ 21 14.69 5.22 -
YUV 103.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 175 77 54 0 0.56 0.69 0.31 11.4 0.53 0.45
Hex AF 4D 36 0 38 45 1F B 35 2D
Octal 257 115 66 0 70 105 37 13 65 55
Binary 10101111 1001101 110110 0 111000 1000101 11111 1011 110101 101101

Color Harmonies of #AF4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D36

Black with #AF4D36

Text Example


Text Example

White with #AF4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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