Html Css Color HEX #AD4C36 Orange Roughy

📋 copy color: '#AD4C36'

red 173 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #AD4C36

Tints of Orange Roughy #AD4C36

RGB

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

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

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

R = 57.1%
G = 25.08%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4C36 (or 0xAD4C36) is known color: Orange Roughy. HEX triplet: AD, 4C and 36. RGB value is (173,76,54). Sum of RGB (Red+Green+Blue) = 173+76+54=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C36 is #52B3C9. Grayscale: #666666. Windows color (decimal): -5419978 or 3558573. OLE color: 3558573.

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

Color convert

RGB 173 76 54 -
CMYK 0 0.56 0.69 0.32
HSL 11.09º 0.52% 0.45% -
HSV(B) 11.09º 0.69% 0.68% -
XYZ 20.48 14.32 5.17 -
YUV 102.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 173 76 54 0 0.56 0.69 0.32 11.09 0.52 0.45
Hex AD 4C 36 0 38 45 20 B 34 2D
Octal 255 114 66 0 70 105 40 13 64 55
Binary 10101101 1001100 110110 0 111000 1000101 100000 1011 110100 101101

Color Harmonies of #AD4C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C36

Black with #AD4C36

Text Example


Text Example

White with #AD4C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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