Html Css Color HEX #AD4C3A Orange Roughy

📋 copy color: '#AD4C3A'

red 173 ◦ green 76 ◦ blue 58

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

Shades of Orange Roughy #AD4C3A

Tints of Orange Roughy #AD4C3A

RGB

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

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

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

R = 56.35%
G = 24.76%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD4C3A (or 0xAD4C3A) is known color: Orange Roughy. HEX triplet: AD, 4C and 3A. RGB value is (173,76,58). Sum of RGB (Red+Green+Blue) = 173+76+58=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C3A is #52B3C5. Grayscale: #676767. Windows color (decimal): -5419974 or 3820717. OLE color: 3820717.

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

Color convert

RGB 173 76 58 -
CMYK 0 0.56 0.66 0.32
HSL 9.39º 0.5% 0.45% -
HSV(B) 9.39º 0.66% 0.68% -
XYZ 20.58 14.36 5.69 -
YUV 102.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 173 76 58 0 0.56 0.66 0.32 9.39 0.5 0.45
Hex AD 4C 3A 0 38 42 20 9 32 2D
Octal 255 114 72 0 70 102 40 11 62 55
Binary 10101101 1001100 111010 0 111000 1000010 100000 1001 110010 101101

Color Harmonies of #AD4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C3A

Black with #AD4C3A

Text Example


Text Example

White with #AD4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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