Html Css Color HEX #AA4C36 Orange Roughy

📋 copy color: '#AA4C36'

red 170 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #AA4C36

Tints of Orange Roughy #AA4C36

RGB

 RED value IS 170 (66.8% from 255) = 56.67%

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

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

R = 56.67%
G = 25.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4C36 (or 0xAA4C36) is known color: Orange Roughy. HEX triplet: AA, 4C and 36. RGB value is (170,76,54). Sum of RGB (Red+Green+Blue) = 170+76+54=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C36 is #55B3C9. Grayscale: #656565. Windows color (decimal): -5616586 or 3558570. OLE color: 3558570.

HSL color Cylindrical-coordinate representation of color #AA4C36: hue angle of 11.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4C36 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 54 -
CMYK 0 0.55 0.68 0.33
HSL 11.38º 0.52% 0.44% -
HSV(B) 11.38º 0.68% 0.67% -
XYZ 19.83 13.98 5.14 -
YUV 101.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 170 76 54 0 0.55 0.68 0.33 11.38 0.52 0.44
Hex AA 4C 36 0 37 44 21 B 34 2C
Octal 252 114 66 0 67 104 41 13 64 54
Binary 10101010 1001100 110110 0 110111 1000100 100001 1011 110100 101100

Color Harmonies of #AA4C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C36

Black with #AA4C36

Text Example


Text Example

White with #AA4C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C36; }

 p { color: rgb(170,76,54); }

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

background-color css

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

 a { background-color: rgb(170,76,54); }

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

border-color css

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

 span { border-color: rgb(170,76,54); }

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