Html Css Color HEX #AA4A3D Roof Terracotta

📋 copy color: '#AA4A3D'

red 170 ◦ green 74 ◦ blue 61

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

Shades of Roof Terracotta #AA4A3D

Tints of Roof Terracotta #AA4A3D

RGB

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

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

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

R = 55.74%
G = 24.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA4A3D (or 0xAA4A3D) is known color: Roof Terracotta. HEX triplet: AA, 4A and 3D. RGB value is (170,74,61). Sum of RGB (Red+Green+Blue) = 170+74+61=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A3D is #55B5C2. Grayscale: #656565. Windows color (decimal): -5617091 or 4016810. OLE color: 4016810.

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

Color convert

RGB 170 74 61 -
CMYK 0 0.56 0.64 0.33
HSL 7.16º 0.47% 0.45% -
HSV(B) 7.16º 0.64% 0.67% -
XYZ 19.87 13.78 6.03 -
YUV 101.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 170 74 61 0 0.56 0.64 0.33 7.16 0.47 0.45
Hex AA 4A 3D 0 38 40 21 7 2F 2D
Octal 252 112 75 0 70 100 41 7 57 55
Binary 10101010 1001010 111101 0 111000 1000000 100001 111 101111 101101

Color Harmonies of #AA4A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A3D

Black with #AA4A3D

Text Example


Text Example

White with #AA4A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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