Html Css Color HEX #AD4D37 Orange Roughy

📋 copy color: '#AD4D37'

red 173 ◦ green 77 ◦ blue 55

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

Shades of Orange Roughy #AD4D37

Tints of Orange Roughy #AD4D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

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

R = 56.72%
G = 25.25%
B = 18.03%

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

#AD4D37 (or 0xAD4D37) is known color: Orange Roughy. HEX triplet: AD, 4D and 37. RGB value is (173,77,55). Sum of RGB (Red+Green+Blue) = 173+77+55=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D37 is #52B2C8. Grayscale: #676767. Windows color (decimal): -5419721 or 3624365. OLE color: 3624365.

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

Color convert

RGB 173 77 55 -
CMYK 0 0.55 0.68 0.32
HSL 11.19º 0.52% 0.45% -
HSV(B) 11.19º 0.68% 0.68% -
XYZ 20.58 14.47 5.32 -
YUV 103.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 173 77 55 0 0.55 0.68 0.32 11.19 0.52 0.45
Hex AD 4D 37 0 37 44 20 B 34 2D
Octal 255 115 67 0 67 104 40 13 64 55
Binary 10101101 1001101 110111 0 110111 1000100 100000 1011 110100 101101

Color Harmonies of #AD4D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D37

Black with #AD4D37

Text Example


Text Example

White with #AD4D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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