Html Css Color HEX #AF5535 Orange Roughy

📋 copy color: '#AF5535'

red 175 ◦ green 85 ◦ blue 53

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

Shades of Orange Roughy #AF5535

Tints of Orange Roughy #AF5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 55.91%
G = 27.16%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5535 (or 0xAF5535) is known color: Orange Roughy. HEX triplet: AF, 55 and 35. RGB value is (175,85,53). Sum of RGB (Red+Green+Blue) = 175+85+53=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5535 is #50AACA. Grayscale: #6C6C6C. Windows color (decimal): -5286603 or 3495343. OLE color: 3495343.

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

Color convert

RGB 175 85 53 -
CMYK 0 0.51 0.70 0.31
HSL 15.74º 0.54% 0.45% -
HSV(B) 15.74º 0.7% 0.69% -
XYZ 21.57 15.87 5.29 -
YUV 108.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 175 85 53 0 0.51 0.70 0.31 15.74 0.54 0.45
Hex AF 55 35 0 33 46 1F 10 36 2D
Octal 257 125 65 0 63 106 37 20 66 55
Binary 10101111 1010101 110101 0 110011 1000110 11111 10000 110110 101101

Color Harmonies of #AF5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5535

Black with #AF5535

Text Example


Text Example

White with #AF5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5535; }

 p { color: rgb(175,85,53); }

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

background-color css

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

 a { background-color: rgb(175,85,53); }

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

border-color css

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

 span { border-color: rgb(175,85,53); }

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