Html Css Color HEX #AD5339 Orange Roughy

📋 copy color: '#AD5339'

red 173 ◦ green 83 ◦ blue 57

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

Shades of Orange Roughy #AD5339

Tints of Orange Roughy #AD5339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 55.27%
G = 26.52%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD5339 (or 0xAD5339) is known color: Orange Roughy. HEX triplet: AD, 53 and 39. RGB value is (173,83,57). Sum of RGB (Red+Green+Blue) = 173+83+57=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5339 is #52ACC6. Grayscale: #6B6B6B. Windows color (decimal): -5418183 or 3756973. OLE color: 3756973.

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

Color convert

RGB 173 83 57 -
CMYK 0 0.52 0.67 0.32
HSL 13.45º 0.5% 0.45% -
HSV(B) 13.45º 0.67% 0.68% -
XYZ 21.07 15.37 5.73 -
YUV 106.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 173 83 57 0 0.52 0.67 0.32 13.45 0.5 0.45
Hex AD 53 39 0 34 43 20 D 32 2D
Octal 255 123 71 0 64 103 40 15 62 55
Binary 10101101 1010011 111001 0 110100 1000011 100000 1101 110010 101101

Color Harmonies of #AD5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5339

Black with #AD5339

Text Example


Text Example

White with #AD5339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5339; }

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

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

background-color css

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

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

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

border-color css

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

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

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