Html Css Color HEX #AD4C35 Orange Roughy

📋 copy color: '#AD4C35'

red 173 ◦ green 76 ◦ blue 53

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

Shades of Orange Roughy #AD4C35

Tints of Orange Roughy #AD4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 57.28%
G = 25.17%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4C35 (or 0xAD4C35) is known color: Orange Roughy. HEX triplet: AD, 4C and 35. RGB value is (173,76,53). Sum of RGB (Red+Green+Blue) = 173+76+53=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C35 is #52B3CA. Grayscale: #666666. Windows color (decimal): -5419979 or 3493037. OLE color: 3493037.

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

Color convert

RGB 173 76 53 -
CMYK 0 0.56 0.69 0.32
HSL 11.5º 0.53% 0.44% -
HSV(B) 11.5º 0.69% 0.68% -
XYZ 20.46 14.31 5.05 -
YUV 102.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 173 76 53 0 0.56 0.69 0.32 11.5 0.53 0.44
Hex AD 4C 35 0 38 45 20 C 35 2C
Octal 255 114 65 0 70 105 40 14 65 54
Binary 10101101 1001100 110101 0 111000 1000101 100000 1100 110101 101100

Color Harmonies of #AD4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C35

Black with #AD4C35

Text Example


Text Example

White with #AD4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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