Html Css Color HEX #AF4C39 Orange Roughy

📋 copy color: '#AF4C39'

red 175 ◦ green 76 ◦ blue 57

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

Shades of Orange Roughy #AF4C39

Tints of Orange Roughy #AF4C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 56.82%
G = 24.68%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4C39 (or 0xAF4C39) is known color: Orange Roughy. HEX triplet: AF, 4C and 39. RGB value is (175,76,57). Sum of RGB (Red+Green+Blue) = 175+76+57=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C39 is #50B3C6. Grayscale: #676767. Windows color (decimal): -5288903 or 3755183. OLE color: 3755183.

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

Color convert

RGB 175 76 57 -
CMYK 0 0.57 0.67 0.31
HSL 9.66º 0.51% 0.45% -
HSV(B) 9.66º 0.67% 0.69% -
XYZ 21 14.58 5.58 -
YUV 103.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 175 76 57 0 0.57 0.67 0.31 9.66 0.51 0.45
Hex AF 4C 39 0 39 43 1F A 33 2D
Octal 257 114 71 0 71 103 37 12 63 55
Binary 10101111 1001100 111001 0 111001 1000011 11111 1010 110011 101101

Color Harmonies of #AF4C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C39

Black with #AF4C39

Text Example


Text Example

White with #AF4C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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