Html Css Color HEX #AF4C36 Orange Roughy

📋 copy color: '#AF4C36'

red 175 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #AF4C36

Tints of Orange Roughy #AF4C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 57.38%
G = 24.92%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4C36 (or 0xAF4C36) is known color: Orange Roughy. HEX triplet: AF, 4C and 36. RGB value is (175,76,54). Sum of RGB (Red+Green+Blue) = 175+76+54=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C36 is #50B3C9. Grayscale: #676767. Windows color (decimal): -5288906 or 3558575. OLE color: 3558575.

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

Color convert

RGB 175 76 54 -
CMYK 0 0.57 0.69 0.31
HSL 10.91º 0.53% 0.45% -
HSV(B) 10.91º 0.69% 0.69% -
XYZ 20.93 14.55 5.2 -
YUV 103.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 175 76 54 0 0.57 0.69 0.31 10.91 0.53 0.45
Hex AF 4C 36 0 39 45 1F B 35 2D
Octal 257 114 66 0 71 105 37 13 65 55
Binary 10101111 1001100 110110 0 111001 1000101 11111 1011 110101 101101

Color Harmonies of #AF4C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C36

Black with #AF4C36

Text Example


Text Example

White with #AF4C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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