Html Css Color HEX #AD5037 Orange Roughy

📋 copy color: '#AD5037'

red 173 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #AD5037

Tints of Orange Roughy #AD5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 56.17%
G = 25.97%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5037 (or 0xAD5037) is known color: Orange Roughy. HEX triplet: AD, 50 and 37. RGB value is (173,80,55). Sum of RGB (Red+Green+Blue) = 173+80+55=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5037 is #52AFC8. Grayscale: #696969. Windows color (decimal): -5418953 or 3625133. OLE color: 3625133.

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

Color convert

RGB 173 80 55 -
CMYK 0 0.54 0.68 0.32
HSL 12.71º 0.52% 0.45% -
HSV(B) 12.71º 0.68% 0.68% -
XYZ 20.79 14.9 5.39 -
YUV 104.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 173 80 55 0 0.54 0.68 0.32 12.71 0.52 0.45
Hex AD 50 37 0 36 44 20 D 34 2D
Octal 255 120 67 0 66 104 40 15 64 55
Binary 10101101 1010000 110111 0 110110 1000100 100000 1101 110100 101101

Color Harmonies of #AD5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5037

Black with #AD5037

Text Example


Text Example

White with #AD5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5037; }

 p { color: rgb(173,80,55); }

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

background-color css

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

 a { background-color: rgb(173,80,55); }

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

border-color css

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

 span { border-color: rgb(173,80,55); }

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