Html Css Color HEX #AD4E37 Orange Roughy

📋 copy color: '#AD4E37'

red 173 ◦ green 78 ◦ blue 55

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

Shades of Orange Roughy #AD4E37

Tints of Orange Roughy #AD4E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 56.54%
G = 25.49%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4E37 (or 0xAD4E37) is known color: Orange Roughy. HEX triplet: AD, 4E and 37. RGB value is (173,78,55). Sum of RGB (Red+Green+Blue) = 173+78+55=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E37 is #52B1C8. Grayscale: #676767. Windows color (decimal): -5419465 or 3624621. OLE color: 3624621.

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

Color convert

RGB 173 78 55 -
CMYK 0 0.55 0.68 0.32
HSL 11.69º 0.52% 0.45% -
HSV(B) 11.69º 0.68% 0.68% -
XYZ 20.65 14.61 5.35 -
YUV 103.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 173 78 55 0 0.55 0.68 0.32 11.69 0.52 0.45
Hex AD 4E 37 0 37 44 20 C 34 2D
Octal 255 116 67 0 67 104 40 14 64 55
Binary 10101101 1001110 110111 0 110111 1000100 100000 1100 110100 101101

Color Harmonies of #AD4E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E37

Black with #AD4E37

Text Example


Text Example

White with #AD4E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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