Html Css Color HEX #AA583A Orange Roughy

📋 copy color: '#AA583A'

red 170 ◦ green 88 ◦ blue 58

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

Shades of Orange Roughy #AA583A

Tints of Orange Roughy #AA583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 53.8%
G = 27.85%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA583A (or 0xAA583A) is known color: Orange Roughy. HEX triplet: AA, 58 and 3A. RGB value is (170,88,58). Sum of RGB (Red+Green+Blue) = 170+88+58=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583A is #55A7C5. Grayscale: #6D6D6D. Windows color (decimal): -5613510 or 3823786. OLE color: 3823786.

HSL color Cylindrical-coordinate representation of color #AA583A: hue angle of 16.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA583A is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 58 -
CMYK 0 0.48 0.66 0.33
HSL 16.07º 0.49% 0.45% -
HSV(B) 16.07º 0.66% 0.67% -
XYZ 20.83 15.83 5.96 -
YUV 109.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 170 88 58 0 0.48 0.66 0.33 16.07 0.49 0.45
Hex AA 58 3A 0 30 42 21 10 31 2D
Octal 252 130 72 0 60 102 41 20 61 55
Binary 10101010 1011000 111010 0 110000 1000010 100001 10000 110001 101101

Color Harmonies of #AA583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA583A

Black with #AA583A

Text Example


Text Example

White with #AA583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA583A; }

 p { color: rgb(170,88,58); }

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

background-color css

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

 a { background-color: rgb(170,88,58); }

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

border-color css

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

 span { border-color: rgb(170,88,58); }

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