Html Css Color HEX #AA4E33 Orange Roughy

📋 copy color: '#AA4E33'

red 170 ◦ green 78 ◦ blue 51

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

Shades of Orange Roughy #AA4E33

Tints of Orange Roughy #AA4E33

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 56.86%
G = 26.09%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA4E33 (or 0xAA4E33) is known color: Orange Roughy. HEX triplet: AA, 4E and 33. RGB value is (170,78,51). Sum of RGB (Red+Green+Blue) = 170+78+51=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E33 is #55B1CC. Grayscale: #666666. Windows color (decimal): -5616077 or 3362474. OLE color: 3362474.

HSL color Cylindrical-coordinate representation of color #AA4E33: hue angle of 13.61º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4E33 is Cyan = 0, Magento = 0.54, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 51 -
CMYK 0 0.54 0.7 0.33
HSL 13.61º 0.54% 0.43% -
HSV(B) 13.61º 0.7% 0.67% -
XYZ 19.9 14.23 4.83 -
YUV 102.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 170 78 51 0 0.54 0.7 0.33 13.61 0.54 0.43
Hex AA 4E 33 0 36 46 21 E 36 2B
Octal 252 116 63 0 66 106 41 16 66 53
Binary 10101010 1001110 110011 0 110110 1000110 100001 1110 110110 101011

Color Harmonies of #AA4E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E33

Black with #AA4E33

Text Example


Text Example

White with #AA4E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E33; }

 p { color: rgb(170,78,51); }

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

background-color css

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

 a { background-color: rgb(170,78,51); }

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

border-color css

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

 span { border-color: rgb(170,78,51); }

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