Html Css Color HEX #AF4D39 Orange Roughy

📋 copy color: '#AF4D39'

red 175 ◦ green 77 ◦ blue 57

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

Shades of Orange Roughy #AF4D39

Tints of Orange Roughy #AF4D39

RGB

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

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

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

R = 56.63%
G = 24.92%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4D39 (or 0xAF4D39) is known color: Orange Roughy. HEX triplet: AF, 4D and 39. RGB value is (175,77,57). Sum of RGB (Red+Green+Blue) = 175+77+57=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D39 is #50B2C6. Grayscale: #686868. Windows color (decimal): -5288647 or 3755439. OLE color: 3755439.

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

Color convert

RGB 175 77 57 -
CMYK 0 0.56 0.67 0.31
HSL 10.17º 0.51% 0.45% -
HSV(B) 10.17º 0.67% 0.69% -
XYZ 21.07 14.72 5.6 -
YUV 104.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 175 77 57 0 0.56 0.67 0.31 10.17 0.51 0.45
Hex AF 4D 39 0 38 43 1F A 33 2D
Octal 257 115 71 0 70 103 37 12 63 55
Binary 10101111 1001101 111001 0 111000 1000011 11111 1010 110011 101101

Color Harmonies of #AF4D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D39

Black with #AF4D39

Text Example


Text Example

White with #AF4D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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