Html Css Color HEX #AD5334 Orange Roughy

📋 copy color: '#AD5334'

red 173 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #AD5334

Tints of Orange Roughy #AD5334

RGB

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

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

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

R = 56.17%
G = 26.95%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD5334 (or 0xAD5334) is known color: Orange Roughy. HEX triplet: AD, 53 and 34. RGB value is (173,83,52). Sum of RGB (Red+Green+Blue) = 173+83+52=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5334 is #52ACCB. Grayscale: #6A6A6A. Windows color (decimal): -5418188 or 3429293. OLE color: 3429293.

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

Color convert

RGB 173 83 52 -
CMYK 0 0.52 0.70 0.32
HSL 15.37º 0.54% 0.44% -
HSV(B) 15.37º 0.7% 0.68% -
XYZ 20.95 15.32 5.1 -
YUV 106.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 173 83 52 0 0.52 0.70 0.32 15.37 0.54 0.44
Hex AD 53 34 0 34 46 20 F 36 2C
Octal 255 123 64 0 64 106 40 17 66 54
Binary 10101101 1010011 110100 0 110100 1000110 100000 1111 110110 101100

Color Harmonies of #AD5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5334

Black with #AD5334

Text Example


Text Example

White with #AD5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5334; }

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

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

background-color css

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

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

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

border-color css

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

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

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