Html Css Color HEX #AD5336 Orange Roughy

📋 copy color: '#AD5336'

red 173 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #AD5336

Tints of Orange Roughy #AD5336

RGB

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

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

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

R = 55.81%
G = 26.77%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5336 (or 0xAD5336) is known color: Orange Roughy. HEX triplet: AD, 53 and 36. RGB value is (173,83,54). Sum of RGB (Red+Green+Blue) = 173+83+54=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5336 is #52ACC9. Grayscale: #6A6A6A. Windows color (decimal): -5418186 or 3560365. OLE color: 3560365.

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

Color convert

RGB 173 83 54 -
CMYK 0 0.52 0.69 0.32
HSL 14.62º 0.52% 0.45% -
HSV(B) 14.62º 0.69% 0.68% -
XYZ 20.99 15.34 5.34 -
YUV 106.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 173 83 54 0 0.52 0.69 0.32 14.62 0.52 0.45
Hex AD 53 36 0 34 45 20 F 34 2D
Octal 255 123 66 0 64 105 40 17 64 55
Binary 10101101 1010011 110110 0 110100 1000101 100000 1111 110100 101101

Color Harmonies of #AD5336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5336

Black with #AD5336

Text Example


Text Example

White with #AD5336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5336; }

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

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

background-color css

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

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

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

border-color css

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

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

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