Html Css Color HEX #AA533D Orange Roughy

📋 copy color: '#AA533D'

red 170 ◦ green 83 ◦ blue 61

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

Shades of Orange Roughy #AA533D

Tints of Orange Roughy #AA533D

RGB

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

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

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

R = 54.14%
G = 26.43%
B = 19.43%

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

#AA533D (or 0xAA533D) is known color: Orange Roughy. HEX triplet: AA, 53 and 3D. RGB value is (170,83,61). Sum of RGB (Red+Green+Blue) = 170+83+61=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA533D is #55ACC2. Grayscale: #6A6A6A. Windows color (decimal): -5614787 or 4019114. OLE color: 4019114.

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

Color convert

RGB 170 83 61 -
CMYK 0 0.51 0.64 0.33
HSL 12.11º 0.47% 0.45% -
HSV(B) 12.11º 0.64% 0.67% -
XYZ 20.51 15.07 6.24 -
YUV 106.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 170 83 61 0 0.51 0.64 0.33 12.11 0.47 0.45
Hex AA 53 3D 0 33 40 21 C 2F 2D
Octal 252 123 75 0 63 100 41 14 57 55
Binary 10101010 1010011 111101 0 110011 1000000 100001 1100 101111 101101

Color Harmonies of #AA533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA533D

Black with #AA533D

Text Example


Text Example

White with #AA533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA533D; }

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

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

background-color css

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

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

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

border-color css

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

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

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