Html Css Color HEX #AD4E36 Orange Roughy

📋 copy color: '#AD4E36'

red 173 ◦ green 78 ◦ blue 54

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

Shades of Orange Roughy #AD4E36

Tints of Orange Roughy #AD4E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 56.72%
G = 25.57%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4E36 (or 0xAD4E36) is known color: Orange Roughy. HEX triplet: AD, 4E and 36. RGB value is (173,78,54). Sum of RGB (Red+Green+Blue) = 173+78+54=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E36 is #52B1C9. Grayscale: #676767. Windows color (decimal): -5419466 or 3559085. OLE color: 3559085.

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

Color convert

RGB 173 78 54 -
CMYK 0 0.55 0.69 0.32
HSL 12.1º 0.52% 0.45% -
HSV(B) 12.1º 0.69% 0.68% -
XYZ 20.62 14.6 5.22 -
YUV 103.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 173 78 54 0 0.55 0.69 0.32 12.1 0.52 0.45
Hex AD 4E 36 0 37 45 20 C 34 2D
Octal 255 116 66 0 67 105 40 14 64 55
Binary 10101101 1001110 110110 0 110111 1000101 100000 1100 110100 101101

Color Harmonies of #AD4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E36

Black with #AD4E36

Text Example


Text Example

White with #AD4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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