Html Css Color HEX #AD5338 Orange Roughy

📋 copy color: '#AD5338'

red 173 ◦ green 83 ◦ blue 56

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

Shades of Orange Roughy #AD5338

Tints of Orange Roughy #AD5338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 55.45%
G = 26.6%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5338 (or 0xAD5338) is known color: Orange Roughy. HEX triplet: AD, 53 and 38. RGB value is (173,83,56). Sum of RGB (Red+Green+Blue) = 173+83+56=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5338 is #52ACC7. Grayscale: #6B6B6B. Windows color (decimal): -5418184 or 3691437. OLE color: 3691437.

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

Color convert

RGB 173 83 56 -
CMYK 0 0.52 0.68 0.32
HSL 13.85º 0.51% 0.45% -
HSV(B) 13.85º 0.68% 0.68% -
XYZ 21.04 15.36 5.6 -
YUV 106.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 173 83 56 0 0.52 0.68 0.32 13.85 0.51 0.45
Hex AD 53 38 0 34 44 20 E 33 2D
Octal 255 123 70 0 64 104 40 16 63 55
Binary 10101101 1010011 111000 0 110100 1000100 100000 1110 110011 101101

Color Harmonies of #AD5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5338

Black with #AD5338

Text Example


Text Example

White with #AD5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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