Html Css Color HEX #AD4D34 Orange Roughy

📋 copy color: '#AD4D34'

red 173 ◦ green 77 ◦ blue 52

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

Shades of Orange Roughy #AD4D34

Tints of Orange Roughy #AD4D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 57.28%
G = 25.5%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD4D34 (or 0xAD4D34) is known color: Orange Roughy. HEX triplet: AD, 4D and 34. RGB value is (173,77,52). Sum of RGB (Red+Green+Blue) = 173+77+52=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D34 is #52B2CB. Grayscale: #676767. Windows color (decimal): -5419724 or 3427757. OLE color: 3427757.

HSL color Cylindrical-coordinate representation of color #AD4D34: hue angle of 12.4º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4D34 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 77 52 -
CMYK 0 0.55 0.70 0.32
HSL 12.4º 0.54% 0.44% -
HSV(B) 12.4º 0.7% 0.68% -
XYZ 20.51 14.44 4.96 -
YUV 102.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 173 77 52 0 0.55 0.70 0.32 12.4 0.54 0.44
Hex AD 4D 34 0 37 46 20 C 36 2C
Octal 255 115 64 0 67 106 40 14 66 54
Binary 10101101 1001101 110100 0 110111 1000110 100000 1100 110110 101100

Color Harmonies of #AD4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D34

Black with #AD4D34

Text Example


Text Example

White with #AD4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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