Html Css Color HEX #AA4933 Orange Roughy

📋 copy color: '#AA4933'

red 170 ◦ green 73 ◦ blue 51

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

Shades of Orange Roughy #AA4933

Tints of Orange Roughy #AA4933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 57.82%
G = 24.83%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA4933 (or 0xAA4933) is known color: Orange Roughy. HEX triplet: AA, 49 and 33. RGB value is (170,73,51). Sum of RGB (Red+Green+Blue) = 170+73+51=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4933 is #55B6CC. Grayscale: #636363. Windows color (decimal): -5617357 or 3361194. OLE color: 3361194.

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

Color convert

RGB 170 73 51 -
CMYK 0 0.57 0.7 0.33
HSL 11.09º 0.54% 0.43% -
HSV(B) 11.09º 0.7% 0.67% -
XYZ 19.56 13.55 4.72 -
YUV 99.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 170 73 51 0 0.57 0.7 0.33 11.09 0.54 0.43
Hex AA 49 33 0 39 46 21 B 36 2B
Octal 252 111 63 0 71 106 41 13 66 53
Binary 10101010 1001001 110011 0 111001 1000110 100001 1011 110110 101011

Color Harmonies of #AA4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4933

Black with #AA4933

Text Example


Text Example

White with #AA4933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4933; }

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

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

background-color css

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

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

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

border-color css

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

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

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