Html Css Color HEX #AD5535 Orange Roughy

📋 copy color: '#AD5535'

red 173 ◦ green 85 ◦ blue 53

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

Shades of Orange Roughy #AD5535

Tints of Orange Roughy #AD5535

RGB

 RED value IS 173 (67.97% from 255) = 55.63%

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

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

R = 55.63%
G = 27.33%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5535 (or 0xAD5535) is known color: Orange Roughy. HEX triplet: AD, 55 and 35. RGB value is (173,85,53). Sum of RGB (Red+Green+Blue) = 173+85+53=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5535 is #52AACA. Grayscale: #6B6B6B. Windows color (decimal): -5417675 or 3495341. OLE color: 3495341.

HSL color Cylindrical-coordinate representation of color #AD5535: hue angle of 16º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5535 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 53 -
CMYK 0 0.51 0.69 0.32
HSL 16º 0.53% 0.44% -
HSV(B) 16º 0.69% 0.68% -
XYZ 21.12 15.64 5.27 -
YUV 107.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 173 85 53 0 0.51 0.69 0.32 16 0.53 0.44
Hex AD 55 35 0 33 45 20 10 35 2C
Octal 255 125 65 0 63 105 40 20 65 54
Binary 10101101 1010101 110101 0 110011 1000101 100000 10000 110101 101100

Color Harmonies of #AD5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5535

Black with #AD5535

Text Example


Text Example

White with #AD5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5535; }

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

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

background-color css

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

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

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

border-color css

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

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

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