Html Css Color HEX #AD5235 Orange Roughy

📋 copy color: '#AD5235'

red 173 ◦ green 82 ◦ blue 53

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

Shades of Orange Roughy #AD5235

Tints of Orange Roughy #AD5235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 56.17%
G = 26.62%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5235 (or 0xAD5235) is known color: Orange Roughy. HEX triplet: AD, 52 and 35. RGB value is (173,82,53). Sum of RGB (Red+Green+Blue) = 173+82+53=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5235 is #52ADCA. Grayscale: #6A6A6A. Windows color (decimal): -5418443 or 3494573. OLE color: 3494573.

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

Color convert

RGB 173 82 53 -
CMYK 0 0.53 0.69 0.32
HSL 14.5º 0.53% 0.44% -
HSV(B) 14.5º 0.69% 0.68% -
XYZ 20.89 15.18 5.2 -
YUV 105.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 173 82 53 0 0.53 0.69 0.32 14.5 0.53 0.44
Hex AD 52 35 0 35 45 20 E 35 2C
Octal 255 122 65 0 65 105 40 16 65 54
Binary 10101101 1010010 110101 0 110101 1000101 100000 1110 110101 101100

Color Harmonies of #AD5235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5235

Black with #AD5235

Text Example


Text Example

White with #AD5235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5235; }

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

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

background-color css

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

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

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

border-color css

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

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

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