Html Css Color HEX #AD4E34 Orange Roughy

📋 copy color: '#AD4E34'

red 173 ◦ green 78 ◦ blue 52

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

Shades of Orange Roughy #AD4E34

Tints of Orange Roughy #AD4E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

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

R = 57.1%
G = 25.74%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD4E34 (or 0xAD4E34) is known color: Orange Roughy. HEX triplet: AD, 4E and 34. RGB value is (173,78,52). Sum of RGB (Red+Green+Blue) = 173+78+52=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E34 is #52B1CB. Grayscale: #676767. Windows color (decimal): -5419468 or 3428013. OLE color: 3428013.

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

Color convert

RGB 173 78 52 -
CMYK 0 0.55 0.70 0.32
HSL 12.89º 0.54% 0.44% -
HSV(B) 12.89º 0.7% 0.68% -
XYZ 20.58 14.58 4.98 -
YUV 103.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 173 78 52 0 0.55 0.70 0.32 12.89 0.54 0.44
Hex AD 4E 34 0 37 46 20 D 36 2C
Octal 255 116 64 0 67 106 40 15 66 54
Binary 10101101 1001110 110100 0 110111 1000110 100000 1101 110110 101100

Color Harmonies of #AD4E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E34

Black with #AD4E34

Text Example


Text Example

White with #AD4E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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