Html Css Color HEX #AA4C35 Orange Roughy

📋 copy color: '#AA4C35'

red 170 ◦ green 76 ◦ blue 53

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

Shades of Orange Roughy #AA4C35

Tints of Orange Roughy #AA4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 56.86%
G = 25.42%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4C35 (or 0xAA4C35) is known color: Orange Roughy. HEX triplet: AA, 4C and 35. RGB value is (170,76,53). Sum of RGB (Red+Green+Blue) = 170+76+53=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C35 is #55B3CA. Grayscale: #656565. Windows color (decimal): -5616587 or 3493034. OLE color: 3493034.

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

Color convert

RGB 170 76 53 -
CMYK 0 0.55 0.69 0.33
HSL 11.79º 0.52% 0.44% -
HSV(B) 11.79º 0.69% 0.67% -
XYZ 19.8 13.97 5.02 -
YUV 101.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 170 76 53 0 0.55 0.69 0.33 11.79 0.52 0.44
Hex AA 4C 35 0 37 45 21 C 34 2C
Octal 252 114 65 0 67 105 41 14 64 54
Binary 10101010 1001100 110101 0 110111 1000101 100001 1100 110100 101100

Color Harmonies of #AA4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C35

Black with #AA4C35

Text Example


Text Example

White with #AA4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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