Html Css Color HEX #AD5333 Orange Roughy

📋 copy color: '#AD5333'

red 173 ◦ green 83 ◦ blue 51

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

Shades of Orange Roughy #AD5333

Tints of Orange Roughy #AD5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 56.35%
G = 27.04%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5333 (or 0xAD5333) is known color: Orange Roughy. HEX triplet: AD, 53 and 33. RGB value is (173,83,51). Sum of RGB (Red+Green+Blue) = 173+83+51=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5333 is #52ACCC. Grayscale: #6A6A6A. Windows color (decimal): -5418189 or 3363757. OLE color: 3363757.

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

Color convert

RGB 173 83 51 -
CMYK 0 0.52 0.71 0.32
HSL 15.74º 0.54% 0.44% -
HSV(B) 15.74º 0.71% 0.68% -
XYZ 20.92 15.31 4.98 -
YUV 106.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 173 83 51 0 0.52 0.71 0.32 15.74 0.54 0.44
Hex AD 53 33 0 34 47 20 10 36 2C
Octal 255 123 63 0 64 107 40 20 66 54
Binary 10101101 1010011 110011 0 110100 1000111 100000 10000 110110 101100

Color Harmonies of #AD5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5333

Black with #AD5333

Text Example


Text Example

White with #AD5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5333; }

 p { color: rgb(173,83,51); }

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

background-color css

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

 a { background-color: rgb(173,83,51); }

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

border-color css

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

 span { border-color: rgb(173,83,51); }

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