Html Css Color HEX #AA483D Roof Terracotta

📋 copy color: '#AA483D'

red 170 ◦ green 72 ◦ blue 61

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

Shades of Roof Terracotta #AA483D

Tints of Roof Terracotta #AA483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 56.11%
G = 23.76%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA483D (or 0xAA483D) is known color: Roof Terracotta. HEX triplet: AA, 48 and 3D. RGB value is (170,72,61). Sum of RGB (Red+Green+Blue) = 170+72+61=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA483D is #55B7C2. Grayscale: #646464. Windows color (decimal): -5617603 or 4016298. OLE color: 4016298.

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

Color convert

RGB 170 72 61 -
CMYK 0 0.58 0.64 0.33
HSL 6.06º 0.47% 0.45% -
HSV(B) 6.06º 0.64% 0.67% -
XYZ 19.74 13.52 5.98 -
YUV 100.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 170 72 61 0 0.58 0.64 0.33 6.06 0.47 0.45
Hex AA 48 3D 0 3A 40 21 6 2F 2D
Octal 252 110 75 0 72 100 41 6 57 55
Binary 10101010 1001000 111101 0 111010 1000000 100001 110 101111 101101

Color Harmonies of #AA483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA483D

Black with #AA483D

Text Example


Text Example

White with #AA483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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