Html Css Color HEX #AF5439 Orange Roughy

📋 copy color: '#AF5439'

red 175 ◦ green 84 ◦ blue 57

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

Shades of Orange Roughy #AF5439

Tints of Orange Roughy #AF5439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 55.38%
G = 26.58%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF5439 (or 0xAF5439) is known color: Orange Roughy. HEX triplet: AF, 54 and 39. RGB value is (175,84,57). Sum of RGB (Red+Green+Blue) = 175+84+57=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5439 is #50ABC6. Grayscale: #6C6C6C. Windows color (decimal): -5286855 or 3757231. OLE color: 3757231.

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

Color convert

RGB 175 84 57 -
CMYK 0 0.52 0.67 0.31
HSL 13.73º 0.51% 0.45% -
HSV(B) 13.73º 0.67% 0.69% -
XYZ 21.59 15.75 5.77 -
YUV 108.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 175 84 57 0 0.52 0.67 0.31 13.73 0.51 0.45
Hex AF 54 39 0 34 43 1F E 33 2D
Octal 257 124 71 0 64 103 37 16 63 55
Binary 10101111 1010100 111001 0 110100 1000011 11111 1110 110011 101101

Color Harmonies of #AF5439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5439

Black with #AF5439

Text Example


Text Example

White with #AF5439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5439; }

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

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

background-color css

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

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

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

border-color css

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

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

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