Html Css Color HEX #AD4F3D Orange Roughy

📋 copy color: '#AD4F3D'

red 173 ◦ green 79 ◦ blue 61

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

Shades of Orange Roughy #AD4F3D

Tints of Orange Roughy #AD4F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 55.27%
G = 25.24%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD4F3D (or 0xAD4F3D) is known color: Orange Roughy. HEX triplet: AD, 4F and 3D. RGB value is (173,79,61). Sum of RGB (Red+Green+Blue) = 173+79+61=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F3D is #52B0C2. Grayscale: #696969. Windows color (decimal): -5419203 or 4018093. OLE color: 4018093.

HSL color Cylindrical-coordinate representation of color #AD4F3D: hue angle of 9.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4F3D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 79 61 -
CMYK 0 0.54 0.65 0.32
HSL 9.64º 0.48% 0.46% -
HSV(B) 9.64º 0.65% 0.68% -
XYZ 20.87 14.81 6.17 -
YUV 105.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 173 79 61 0 0.54 0.65 0.32 9.64 0.48 0.46
Hex AD 4F 3D 0 36 41 20 A 30 2E
Octal 255 117 75 0 66 101 40 12 60 56
Binary 10101101 1001111 111101 0 110110 1000001 100000 1010 110000 101110

Color Harmonies of #AD4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F3D

Black with #AD4F3D

Text Example


Text Example

White with #AD4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F3D; }

 p { color: rgb(173,79,61); }

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

background-color css

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

 a { background-color: rgb(173,79,61); }

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

border-color css

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

 span { border-color: rgb(173,79,61); }

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