Html Css Color HEX #AD5435 Orange Roughy

📋 copy color: '#AD5435'

red 173 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #AD5435

Tints of Orange Roughy #AD5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 55.81%
G = 27.1%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5435 (or 0xAD5435) is known color: Orange Roughy. HEX triplet: AD, 54 and 35. RGB value is (173,84,53). Sum of RGB (Red+Green+Blue) = 173+84+53=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5435 is #52ABCA. Grayscale: #6B6B6B. Windows color (decimal): -5417931 or 3495085. OLE color: 3495085.

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

Color convert

RGB 173 84 53 -
CMYK 0 0.51 0.69 0.32
HSL 15.5º 0.53% 0.44% -
HSV(B) 15.5º 0.69% 0.68% -
XYZ 21.05 15.48 5.25 -
YUV 107.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 173 84 53 0 0.51 0.69 0.32 15.5 0.53 0.44
Hex AD 54 35 0 33 45 20 10 35 2C
Octal 255 124 65 0 63 105 40 20 65 54
Binary 10101101 1010100 110101 0 110011 1000101 100000 10000 110101 101100

Color Harmonies of #AD5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5435

Black with #AD5435

Text Example


Text Example

White with #AD5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5435; }

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

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

background-color css

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

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

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

border-color css

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

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

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