Html Css Color HEX #AD4B38 Orange Roughy

📋 copy color: '#AD4B38'

red 173 ◦ green 75 ◦ blue 56

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

Shades of Orange Roughy #AD4B38

Tints of Orange Roughy #AD4B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 56.91%
G = 24.67%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4B38 (or 0xAD4B38) is known color: Orange Roughy. HEX triplet: AD, 4B and 38. RGB value is (173,75,56). Sum of RGB (Red+Green+Blue) = 173+75+56=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B38 is #52B4C7. Grayscale: #666666. Windows color (decimal): -5420232 or 3689389. OLE color: 3689389.

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

Color convert

RGB 173 75 56 -
CMYK 0 0.57 0.68 0.32
HSL 9.74º 0.51% 0.45% -
HSV(B) 9.74º 0.68% 0.68% -
XYZ 20.46 14.2 5.4 -
YUV 102.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 173 75 56 0 0.57 0.68 0.32 9.74 0.51 0.45
Hex AD 4B 38 0 39 44 20 A 33 2D
Octal 255 113 70 0 71 104 40 12 63 55
Binary 10101101 1001011 111000 0 111001 1000100 100000 1010 110011 101101

Color Harmonies of #AD4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B38

Black with #AD4B38

Text Example


Text Example

White with #AD4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B38; }

 p { color: rgb(173,75,56); }

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

background-color css

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

 a { background-color: rgb(173,75,56); }

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

border-color css

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

 span { border-color: rgb(173,75,56); }

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