Html Css Color HEX #AD5234 Orange Roughy

📋 copy color: '#AD5234'

red 173 ◦ green 82 ◦ blue 52

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

Shades of Orange Roughy #AD5234

Tints of Orange Roughy #AD5234

RGB

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

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

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

R = 56.35%
G = 26.71%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD5234 (or 0xAD5234) is known color: Orange Roughy. HEX triplet: AD, 52 and 34. RGB value is (173,82,52). Sum of RGB (Red+Green+Blue) = 173+82+52=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5234 is #52ADCB. Grayscale: #6A6A6A. Windows color (decimal): -5418444 or 3429037. OLE color: 3429037.

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

Color convert

RGB 173 82 52 -
CMYK 0 0.53 0.70 0.32
HSL 14.88º 0.54% 0.44% -
HSV(B) 14.88º 0.7% 0.68% -
XYZ 20.87 15.17 5.08 -
YUV 105.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 173 82 52 0 0.53 0.70 0.32 14.88 0.54 0.44
Hex AD 52 34 0 35 46 20 F 36 2C
Octal 255 122 64 0 65 106 40 17 66 54
Binary 10101101 1010010 110100 0 110101 1000110 100000 1111 110110 101100

Color Harmonies of #AD5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5234

Black with #AD5234

Text Example


Text Example

White with #AD5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5234; }

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

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

background-color css

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

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

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

border-color css

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

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

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