Html Css Color HEX #AA5035 Orange Roughy

📋 copy color: '#AA5035'

red 170 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #AA5035

Tints of Orange Roughy #AA5035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 56.11%
G = 26.4%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA5035 (or 0xAA5035) is known color: Orange Roughy. HEX triplet: AA, 50 and 35. RGB value is (170,80,53). Sum of RGB (Red+Green+Blue) = 170+80+53=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5035 is #55AFCA. Grayscale: #686868. Windows color (decimal): -5615563 or 3494058. OLE color: 3494058.

HSL color Cylindrical-coordinate representation of color #AA5035: hue angle of 13.85º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5035 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 53 -
CMYK 0 0.53 0.69 0.33
HSL 13.85º 0.52% 0.44% -
HSV(B) 13.85º 0.69% 0.67% -
XYZ 20.09 14.54 5.12 -
YUV 103.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 170 80 53 0 0.53 0.69 0.33 13.85 0.52 0.44
Hex AA 50 35 0 35 45 21 E 34 2C
Octal 252 120 65 0 65 105 41 16 64 54
Binary 10101010 1010000 110101 0 110101 1000101 100001 1110 110100 101100

Color Harmonies of #AA5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5035

Black with #AA5035

Text Example


Text Example

White with #AA5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5035; }

 p { color: rgb(170,80,53); }

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

background-color css

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

 a { background-color: rgb(170,80,53); }

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

border-color css

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

 span { border-color: rgb(170,80,53); }

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