Html Css Color HEX #AD5233 Orange Roughy

📋 copy color: '#AD5233'

red 173 ◦ green 82 ◦ blue 51

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

Shades of Orange Roughy #AD5233

Tints of Orange Roughy #AD5233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 56.54%
G = 26.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5233 (or 0xAD5233) is known color: Orange Roughy. HEX triplet: AD, 52 and 33. RGB value is (173,82,51). Sum of RGB (Red+Green+Blue) = 173+82+51=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5233 is #52ADCC. Grayscale: #696969. Windows color (decimal): -5418445 or 3363501. OLE color: 3363501.

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

Color convert

RGB 173 82 51 -
CMYK 0 0.53 0.71 0.32
HSL 15.25º 0.54% 0.44% -
HSV(B) 15.25º 0.71% 0.68% -
XYZ 20.85 15.16 4.96 -
YUV 105.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 173 82 51 0 0.53 0.71 0.32 15.25 0.54 0.44
Hex AD 52 33 0 35 47 20 F 36 2C
Octal 255 122 63 0 65 107 40 17 66 54
Binary 10101101 1010010 110011 0 110101 1000111 100000 1111 110110 101100

Color Harmonies of #AD5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5233

Black with #AD5233

Text Example


Text Example

White with #AD5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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