Html Css Color HEX #AD523A Orange Roughy

📋 copy color: '#AD523A'

red 173 ◦ green 82 ◦ blue 58

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

Shades of Orange Roughy #AD523A

Tints of Orange Roughy #AD523A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 55.27%
G = 26.2%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD523A (or 0xAD523A) is known color: Orange Roughy. HEX triplet: AD, 52 and 3A. RGB value is (173,82,58). Sum of RGB (Red+Green+Blue) = 173+82+58=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD523A is #52ADC5. Grayscale: #6A6A6A. Windows color (decimal): -5418438 or 3822253. OLE color: 3822253.

HSL color Cylindrical-coordinate representation of color #AD523A: hue angle of 12.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD523A is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 58 -
CMYK 0 0.53 0.66 0.32
HSL 12.52º 0.5% 0.45% -
HSV(B) 12.52º 0.66% 0.68% -
XYZ 21.01 15.22 5.83 -
YUV 106.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 173 82 58 0 0.53 0.66 0.32 12.52 0.5 0.45
Hex AD 52 3A 0 35 42 20 D 32 2D
Octal 255 122 72 0 65 102 40 15 62 55
Binary 10101101 1010010 111010 0 110101 1000010 100000 1101 110010 101101

Color Harmonies of #AD523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD523A

Black with #AD523A

Text Example


Text Example

White with #AD523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD523A; }

 p { color: rgb(173,82,58); }

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

background-color css

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

 a { background-color: rgb(173,82,58); }

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

border-color css

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

 span { border-color: rgb(173,82,58); }

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