Html Css Color HEX #AD5236 Orange Roughy

📋 copy color: '#AD5236'

red 173 ◦ green 82 ◦ blue 54

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

Shades of Orange Roughy #AD5236

Tints of Orange Roughy #AD5236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 55.99%
G = 26.54%
B = 17.48%

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

#AD5236 (or 0xAD5236) is known color: Orange Roughy. HEX triplet: AD, 52 and 36. RGB value is (173,82,54). Sum of RGB (Red+Green+Blue) = 173+82+54=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5236 is #52ADC9. Grayscale: #6A6A6A. Windows color (decimal): -5418442 or 3560109. OLE color: 3560109.

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

Color convert

RGB 173 82 54 -
CMYK 0 0.53 0.69 0.32
HSL 14.12º 0.52% 0.45% -
HSV(B) 14.12º 0.69% 0.68% -
XYZ 20.92 15.19 5.32 -
YUV 106.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 173 82 54 0 0.53 0.69 0.32 14.12 0.52 0.45
Hex AD 52 36 0 35 45 20 E 34 2D
Octal 255 122 66 0 65 105 40 16 64 55
Binary 10101101 1010010 110110 0 110101 1000101 100000 1110 110100 101101

Color Harmonies of #AD5236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5236

Black with #AD5236

Text Example


Text Example

White with #AD5236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5236; }

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

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

background-color css

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

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

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

border-color css

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

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

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