Html Css Color HEX #AD533D Orange Roughy

📋 copy color: '#AD533D'

red 173 ◦ green 83 ◦ blue 61

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

Shades of Orange Roughy #AD533D

Tints of Orange Roughy #AD533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 54.57%
G = 26.18%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD533D (or 0xAD533D) is known color: Orange Roughy. HEX triplet: AD, 53 and 3D. RGB value is (173,83,61). Sum of RGB (Red+Green+Blue) = 173+83+61=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD533D is #52ACC2. Grayscale: #6B6B6B. Windows color (decimal): -5418179 or 4019117. OLE color: 4019117.

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

Color convert

RGB 173 83 61 -
CMYK 0 0.52 0.65 0.32
HSL 11.79º 0.48% 0.46% -
HSV(B) 11.79º 0.65% 0.68% -
XYZ 21.17 15.41 6.27 -
YUV 107.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 173 83 61 0 0.52 0.65 0.32 11.79 0.48 0.46
Hex AD 53 3D 0 34 41 20 C 30 2E
Octal 255 123 75 0 64 101 40 14 60 56
Binary 10101101 1010011 111101 0 110100 1000001 100000 1100 110000 101110

Color Harmonies of #AD533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD533D

Black with #AD533D

Text Example


Text Example

White with #AD533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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