Html Css Color HEX #AD543D Orange Roughy

📋 copy color: '#AD543D'

red 173 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #AD543D

Tints of Orange Roughy #AD543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 54.4%
G = 26.42%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD543D (or 0xAD543D) is known color: Orange Roughy. HEX triplet: AD, 54 and 3D. RGB value is (173,84,61). Sum of RGB (Red+Green+Blue) = 173+84+61=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD543D is #52ABC2. Grayscale: #6C6C6C. Windows color (decimal): -5417923 or 4019373. OLE color: 4019373.

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

Color convert

RGB 173 84 61 -
CMYK 0 0.51 0.65 0.32
HSL 12.32º 0.48% 0.46% -
HSV(B) 12.32º 0.65% 0.68% -
XYZ 21.25 15.56 6.3 -
YUV 107.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 173 84 61 0 0.51 0.65 0.32 12.32 0.48 0.46
Hex AD 54 3D 0 33 41 20 C 30 2E
Octal 255 124 75 0 63 101 40 14 60 56
Binary 10101101 1010100 111101 0 110011 1000001 100000 1100 110000 101110

Color Harmonies of #AD543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD543D

Black with #AD543D

Text Example


Text Example

White with #AD543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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