Html Css Color HEX #AD4D3A Orange Roughy

📋 copy color: '#AD4D3A'

red 173 ◦ green 77 ◦ blue 58

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

Shades of Orange Roughy #AD4D3A

Tints of Orange Roughy #AD4D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 56.17%
G = 25%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD4D3A (or 0xAD4D3A) is known color: Orange Roughy. HEX triplet: AD, 4D and 3A. RGB value is (173,77,58). Sum of RGB (Red+Green+Blue) = 173+77+58=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D3A is #52B2C5. Grayscale: #676767. Windows color (decimal): -5419718 or 3820973. OLE color: 3820973.

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

Color convert

RGB 173 77 58 -
CMYK 0 0.55 0.66 0.32
HSL 9.91º 0.5% 0.45% -
HSV(B) 9.91º 0.66% 0.68% -
XYZ 20.65 14.5 5.71 -
YUV 103.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 173 77 58 0 0.55 0.66 0.32 9.91 0.5 0.45
Hex AD 4D 3A 0 37 42 20 A 32 2D
Octal 255 115 72 0 67 102 40 12 62 55
Binary 10101101 1001101 111010 0 110111 1000010 100000 1010 110010 101101

Color Harmonies of #AD4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D3A

Black with #AD4D3A

Text Example


Text Example

White with #AD4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D3A; }

 p { color: rgb(173,77,58); }

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

background-color css

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

 a { background-color: rgb(173,77,58); }

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

border-color css

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

 span { border-color: rgb(173,77,58); }

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