Html Css Color HEX #AD5434 Orange Roughy

📋 copy color: '#AD5434'

red 173 ◦ green 84 ◦ blue 52

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

Shades of Orange Roughy #AD5434

Tints of Orange Roughy #AD5434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 55.99%
G = 27.18%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD5434 (or 0xAD5434) is known color: Orange Roughy. HEX triplet: AD, 54 and 34. RGB value is (173,84,52). Sum of RGB (Red+Green+Blue) = 173+84+52=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5434 is #52ABCB. Grayscale: #6B6B6B. Windows color (decimal): -5417932 or 3429549. OLE color: 3429549.

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

Color convert

RGB 173 84 52 -
CMYK 0 0.51 0.70 0.32
HSL 15.87º 0.54% 0.44% -
HSV(B) 15.87º 0.7% 0.68% -
XYZ 21.02 15.47 5.13 -
YUV 106.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 173 84 52 0 0.51 0.70 0.32 15.87 0.54 0.44
Hex AD 54 34 0 33 46 20 10 36 2C
Octal 255 124 64 0 63 106 40 20 66 54
Binary 10101101 1010100 110100 0 110011 1000110 100000 10000 110110 101100

Color Harmonies of #AD5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5434

Black with #AD5434

Text Example


Text Example

White with #AD5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5434; }

 p { color: rgb(173,84,52); }

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

background-color css

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

 a { background-color: rgb(173,84,52); }

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

border-color css

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

 span { border-color: rgb(173,84,52); }

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