Html Css Color HEX #AA4A35 Orange Roughy

📋 copy color: '#AA4A35'

red 170 ◦ green 74 ◦ blue 53

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

Shades of Orange Roughy #AA4A35

Tints of Orange Roughy #AA4A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 57.24%
G = 24.92%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4A35 (or 0xAA4A35) is known color: Orange Roughy. HEX triplet: AA, 4A and 35. RGB value is (170,74,53). Sum of RGB (Red+Green+Blue) = 170+74+53=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A35 is #55B5CA. Grayscale: #646464. Windows color (decimal): -5617099 or 3492522. OLE color: 3492522.

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

Color convert

RGB 170 74 53 -
CMYK 0 0.56 0.69 0.33
HSL 10.77º 0.52% 0.44% -
HSV(B) 10.77º 0.69% 0.67% -
XYZ 19.67 13.7 4.98 -
YUV 100.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 170 74 53 0 0.56 0.69 0.33 10.77 0.52 0.44
Hex AA 4A 35 0 38 45 21 B 34 2C
Octal 252 112 65 0 70 105 41 13 64 54
Binary 10101010 1001010 110101 0 111000 1000101 100001 1011 110100 101100

Color Harmonies of #AA4A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A35

Black with #AA4A35

Text Example


Text Example

White with #AA4A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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