Html Css Color HEX #AD4E39 Orange Roughy

📋 copy color: '#AD4E39'

red 173 ◦ green 78 ◦ blue 57

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

Shades of Orange Roughy #AD4E39

Tints of Orange Roughy #AD4E39

RGB

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

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

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

R = 56.17%
G = 25.32%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD4E39 (or 0xAD4E39) is known color: Orange Roughy. HEX triplet: AD, 4E and 39. RGB value is (173,78,57). Sum of RGB (Red+Green+Blue) = 173+78+57=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E39 is #52B1C6. Grayscale: #686868. Windows color (decimal): -5419463 or 3755693. OLE color: 3755693.

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

Color convert

RGB 173 78 57 -
CMYK 0 0.55 0.67 0.32
HSL 10.86º 0.5% 0.45% -
HSV(B) 10.86º 0.67% 0.68% -
XYZ 20.7 14.63 5.6 -
YUV 104.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 173 78 57 0 0.55 0.67 0.32 10.86 0.5 0.45
Hex AD 4E 39 0 37 43 20 B 32 2D
Octal 255 116 71 0 67 103 40 13 62 55
Binary 10101101 1001110 111001 0 110111 1000011 100000 1011 110010 101101

Color Harmonies of #AD4E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E39

Black with #AD4E39

Text Example


Text Example

White with #AD4E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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