Html Css Color HEX #AD4B36 Orange Roughy

📋 copy color: '#AD4B36'

red 173 ◦ green 75 ◦ blue 54

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

Shades of Orange Roughy #AD4B36

Tints of Orange Roughy #AD4B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 57.28%
G = 24.83%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4B36 (or 0xAD4B36) is known color: Orange Roughy. HEX triplet: AD, 4B and 36. RGB value is (173,75,54). Sum of RGB (Red+Green+Blue) = 173+75+54=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B36 is #52B4C9. Grayscale: #666666. Windows color (decimal): -5420234 or 3558317. OLE color: 3558317.

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

Color convert

RGB 173 75 54 -
CMYK 0 0.57 0.69 0.32
HSL 10.59º 0.52% 0.45% -
HSV(B) 10.59º 0.69% 0.68% -
XYZ 20.42 14.18 5.15 -
YUV 101.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 173 75 54 0 0.57 0.69 0.32 10.59 0.52 0.45
Hex AD 4B 36 0 39 45 20 B 34 2D
Octal 255 113 66 0 71 105 40 13 64 55
Binary 10101101 1001011 110110 0 111001 1000101 100000 1011 110100 101101

Color Harmonies of #AD4B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B36

Black with #AD4B36

Text Example


Text Example

White with #AD4B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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