Html Css Color HEX #AD5035 Orange Roughy

📋 copy color: '#AD5035'

red 173 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #AD5035

Tints of Orange Roughy #AD5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 56.54%
G = 26.14%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5035 (or 0xAD5035) is known color: Orange Roughy. HEX triplet: AD, 50 and 35. RGB value is (173,80,53). Sum of RGB (Red+Green+Blue) = 173+80+53=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5035 is #52AFCA. Grayscale: #686868. Windows color (decimal): -5418955 or 3494061. OLE color: 3494061.

HSL color Cylindrical-coordinate representation of color #AD5035: hue angle of 13.5º 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 #AD5035 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 53 -
CMYK 0 0.54 0.69 0.32
HSL 13.5º 0.53% 0.44% -
HSV(B) 13.5º 0.69% 0.68% -
XYZ 20.74 14.88 5.15 -
YUV 104.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 173 80 53 0 0.54 0.69 0.32 13.5 0.53 0.44
Hex AD 50 35 0 36 45 20 E 35 2C
Octal 255 120 65 0 66 105 40 16 65 54
Binary 10101101 1010000 110101 0 110110 1000101 100000 1110 110101 101100

Color Harmonies of #AD5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5035

Black with #AD5035

Text Example


Text Example

White with #AD5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5035; }

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

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

background-color css

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

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

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

border-color css

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

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

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