Html Css Color HEX #AD4C38 Orange Roughy

📋 copy color: '#AD4C38'

red 173 ◦ green 76 ◦ blue 56

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

Shades of Orange Roughy #AD4C38

Tints of Orange Roughy #AD4C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 56.72%
G = 24.92%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4C38 (or 0xAD4C38) is known color: Orange Roughy. HEX triplet: AD, 4C and 38. RGB value is (173,76,56). Sum of RGB (Red+Green+Blue) = 173+76+56=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C38 is #52B3C7. Grayscale: #666666. Windows color (decimal): -5419976 or 3689645. OLE color: 3689645.

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

Color convert

RGB 173 76 56 -
CMYK 0 0.56 0.68 0.32
HSL 10.26º 0.51% 0.45% -
HSV(B) 10.26º 0.68% 0.68% -
XYZ 20.53 14.34 5.43 -
YUV 102.72 101.64 178.13 -
System Red Green Blue C M Y K H S L
Decimal 173 76 56 0 0.56 0.68 0.32 10.26 0.51 0.45
Hex AD 4C 38 0 38 44 20 A 33 2D
Octal 255 114 70 0 70 104 40 12 63 55
Binary 10101101 1001100 111000 0 111000 1000100 100000 1010 110011 101101

Color Harmonies of #AD4C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C38

Black with #AD4C38

Text Example


Text Example

White with #AD4C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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