Html Css Color HEX #AA5338 Orange Roughy

📋 copy color: '#AA5338'

red 170 ◦ green 83 ◦ blue 56

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

Shades of Orange Roughy #AA5338

Tints of Orange Roughy #AA5338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 55.02%
G = 26.86%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA5338 (or 0xAA5338) is known color: Orange Roughy. HEX triplet: AA, 53 and 38. RGB value is (170,83,56). Sum of RGB (Red+Green+Blue) = 170+83+56=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5338 is #55ACC7. Grayscale: #6A6A6A. Windows color (decimal): -5614792 or 3691434. OLE color: 3691434.

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

Color convert

RGB 170 83 56 -
CMYK 0 0.51 0.67 0.33
HSL 14.21º 0.5% 0.44% -
HSV(B) 14.21º 0.67% 0.67% -
XYZ 20.38 15.02 5.57 -
YUV 105.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 170 83 56 0 0.51 0.67 0.33 14.21 0.5 0.44
Hex AA 53 38 0 33 43 21 E 32 2C
Octal 252 123 70 0 63 103 41 16 62 54
Binary 10101010 1010011 111000 0 110011 1000011 100001 1110 110010 101100

Color Harmonies of #AA5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5338

Black with #AA5338

Text Example


Text Example

White with #AA5338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5338; }

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

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

background-color css

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

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

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

border-color css

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

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

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