Html Css Color HEX #AD4C39 Orange Roughy

📋 copy color: '#AD4C39'

red 173 ◦ green 76 ◦ blue 57

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

Shades of Orange Roughy #AD4C39

Tints of Orange Roughy #AD4C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 56.54%
G = 24.84%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD4C39 (or 0xAD4C39) is known color: Orange Roughy. HEX triplet: AD, 4C and 39. RGB value is (173,76,57). Sum of RGB (Red+Green+Blue) = 173+76+57=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C39 is #52B3C6. Grayscale: #676767. Windows color (decimal): -5419975 or 3755181. OLE color: 3755181.

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

Color convert

RGB 173 76 57 -
CMYK 0 0.56 0.67 0.32
HSL 9.83º 0.5% 0.45% -
HSV(B) 9.83º 0.67% 0.68% -
XYZ 20.56 14.35 5.56 -
YUV 102.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 173 76 57 0 0.56 0.67 0.32 9.83 0.5 0.45
Hex AD 4C 39 0 38 43 20 A 32 2D
Octal 255 114 71 0 70 103 40 12 62 55
Binary 10101101 1001100 111001 0 111000 1000011 100000 1010 110010 101101

Color Harmonies of #AD4C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C39

Black with #AD4C39

Text Example


Text Example

White with #AD4C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C39; }

 p { color: rgb(173,76,57); }

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

background-color css

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

 a { background-color: rgb(173,76,57); }

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

border-color css

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

 span { border-color: rgb(173,76,57); }

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