Html Css Color HEX #AA5333 Orange Roughy

📋 copy color: '#AA5333'

red 170 ◦ green 83 ◦ blue 51

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

Shades of Orange Roughy #AA5333

Tints of Orange Roughy #AA5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 55.92%
G = 27.3%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA5333 (or 0xAA5333) is known color: Orange Roughy. HEX triplet: AA, 53 and 33. RGB value is (170,83,51). Sum of RGB (Red+Green+Blue) = 170+83+51=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5333 is #55ACCC. Grayscale: #696969. Windows color (decimal): -5614797 or 3363754. OLE color: 3363754.

HSL color Cylindrical-coordinate representation of color #AA5333: hue angle of 16.13º 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 #AA5333 is Cyan = 0, Magento = 0.51, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 83 51 -
CMYK 0 0.51 0.7 0.33
HSL 16.13º 0.54% 0.43% -
HSV(B) 16.13º 0.7% 0.67% -
XYZ 20.27 14.97 4.95 -
YUV 105.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 170 83 51 0 0.51 0.7 0.33 16.13 0.54 0.43
Hex AA 53 33 0 33 46 21 10 36 2B
Octal 252 123 63 0 63 106 41 20 66 53
Binary 10101010 1010011 110011 0 110011 1000110 100001 10000 110110 101011

Color Harmonies of #AA5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5333

Black with #AA5333

Text Example


Text Example

White with #AA5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5333; }

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

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

background-color css

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

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

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

border-color css

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

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

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