Html Css Color HEX #AD5335 Orange Roughy

📋 copy color: '#AD5335'

red 173 ◦ green 83 ◦ blue 53

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

Shades of Orange Roughy #AD5335

Tints of Orange Roughy #AD5335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 55.99%
G = 26.86%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5335 (or 0xAD5335) is known color: Orange Roughy. HEX triplet: AD, 53 and 35. RGB value is (173,83,53). Sum of RGB (Red+Green+Blue) = 173+83+53=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5335 is #52ACCA. Grayscale: #6A6A6A. Windows color (decimal): -5418187 or 3494829. OLE color: 3494829.

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

Color convert

RGB 173 83 53 -
CMYK 0 0.52 0.69 0.32
HSL 15º 0.53% 0.44% -
HSV(B) 15º 0.69% 0.68% -
XYZ 20.97 15.33 5.22 -
YUV 106.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 173 83 53 0 0.52 0.69 0.32 15 0.53 0.44
Hex AD 53 35 0 34 45 20 F 35 2C
Octal 255 123 65 0 64 105 40 17 65 54
Binary 10101101 1010011 110101 0 110100 1000101 100000 1111 110101 101100

Color Harmonies of #AD5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5335

Black with #AD5335

Text Example


Text Example

White with #AD5335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5335; }

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

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

background-color css

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

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

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

border-color css

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

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

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