Html Css Color HEX #AD543C Orange Roughy

📋 copy color: '#AD543C'

red 173 ◦ green 84 ◦ blue 60

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

Shades of Orange Roughy #AD543C

Tints of Orange Roughy #AD543C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 54.57%
G = 26.5%
B = 18.93%

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

#AD543C (or 0xAD543C) is known color: Orange Roughy. HEX triplet: AD, 54 and 3C. RGB value is (173,84,60). Sum of RGB (Red+Green+Blue) = 173+84+60=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD543C is #52ABC3. Grayscale: #6C6C6C. Windows color (decimal): -5417924 or 3953837. OLE color: 3953837.

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

Color convert

RGB 173 84 60 -
CMYK 0 0.51 0.65 0.32
HSL 12.74º 0.48% 0.46% -
HSV(B) 12.74º 0.65% 0.68% -
XYZ 21.22 15.55 6.16 -
YUV 107.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 173 84 60 0 0.51 0.65 0.32 12.74 0.48 0.46
Hex AD 54 3C 0 33 41 20 D 30 2E
Octal 255 124 74 0 63 101 40 15 60 56
Binary 10101101 1010100 111100 0 110011 1000001 100000 1101 110000 101110

Color Harmonies of #AD543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD543C

Black with #AD543C

Text Example


Text Example

White with #AD543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD543C; }

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

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

background-color css

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

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

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

border-color css

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

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

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