Html Css Color HEX #AA583D Orange Roughy

📋 copy color: '#AA583D'

red 170 ◦ green 88 ◦ blue 61

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

Shades of Orange Roughy #AA583D

Tints of Orange Roughy #AA583D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 53.29%
G = 27.59%
B = 19.12%

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

#AA583D (or 0xAA583D) is known color: Orange Roughy. HEX triplet: AA, 58 and 3D. RGB value is (170,88,61). Sum of RGB (Red+Green+Blue) = 170+88+61=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA583D is #55A7C2. Grayscale: #6D6D6D. Windows color (decimal): -5613507 or 4020394. OLE color: 4020394.

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

Color convert

RGB 170 88 61 -
CMYK 0 0.48 0.64 0.33
HSL 14.86º 0.47% 0.45% -
HSV(B) 14.86º 0.64% 0.67% -
XYZ 20.91 15.86 6.37 -
YUV 109.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 170 88 61 0 0.48 0.64 0.33 14.86 0.47 0.45
Hex AA 58 3D 0 30 40 21 F 2F 2D
Octal 252 130 75 0 60 100 41 17 57 55
Binary 10101010 1011000 111101 0 110000 1000000 100001 1111 101111 101101

Color Harmonies of #AA583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA583D

Black with #AA583D

Text Example


Text Example

White with #AA583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA583D; }

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

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

background-color css

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

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

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

border-color css

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

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

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