Html Css Color HEX #AA533E Orange Roughy

📋 copy color: '#AA533E'

red 170 ◦ green 83 ◦ blue 62

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

Shades of Orange Roughy #AA533E

Tints of Orange Roughy #AA533E

RGB

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

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

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

R = 53.97%
G = 26.35%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA533E (or 0xAA533E) is known color: Orange Roughy. HEX triplet: AA, 53 and 3E. RGB value is (170,83,62). Sum of RGB (Red+Green+Blue) = 170+83+62=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA533E is #55ACC1. Grayscale: #6A6A6A. Windows color (decimal): -5614786 or 4084650. OLE color: 4084650.

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

Color convert

RGB 170 83 62 -
CMYK 0 0.51 0.64 0.33
HSL 11.67º 0.47% 0.45% -
HSV(B) 11.67º 0.64% 0.67% -
XYZ 20.54 15.08 6.39 -
YUV 106.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 170 83 62 0 0.51 0.64 0.33 11.67 0.47 0.45
Hex AA 53 3E 0 33 40 21 C 2F 2D
Octal 252 123 76 0 63 100 41 14 57 55
Binary 10101010 1010011 111110 0 110011 1000000 100001 1100 101111 101101

Color Harmonies of #AA533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA533E

Black with #AA533E

Text Example


Text Example

White with #AA533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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