Html Css Color HEX #AA583E Orange Roughy

📋 copy color: '#AA583E'

red 170 ◦ green 88 ◦ blue 62

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

Shades of Orange Roughy #AA583E

Tints of Orange Roughy #AA583E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 53.13%
G = 27.5%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA583E (or 0xAA583E) is known color: Orange Roughy. HEX triplet: AA, 58 and 3E. RGB value is (170,88,62). Sum of RGB (Red+Green+Blue) = 170+88+62=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583E is #55A7C1. Grayscale: #6D6D6D. Windows color (decimal): -5613506 or 4085930. OLE color: 4085930.

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

Color convert

RGB 170 88 62 -
CMYK 0 0.48 0.64 0.33
HSL 14.44º 0.47% 0.45% -
HSV(B) 14.44º 0.64% 0.67% -
XYZ 20.94 15.87 6.52 -
YUV 109.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 170 88 62 0 0.48 0.64 0.33 14.44 0.47 0.45
Hex AA 58 3E 0 30 40 21 E 2F 2D
Octal 252 130 76 0 60 100 41 16 57 55
Binary 10101010 1011000 111110 0 110000 1000000 100001 1110 101111 101101

Color Harmonies of #AA583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA583E

Black with #AA583E

Text Example


Text Example

White with #AA583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA583E; }

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

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

background-color css

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

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

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

border-color css

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

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

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