Html Css Color HEX #AA4A3E Roof Terracotta

📋 copy color: '#AA4A3E'

red 170 ◦ green 74 ◦ blue 62

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

Shades of Roof Terracotta #AA4A3E

Tints of Roof Terracotta #AA4A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 55.56%
G = 24.18%
B = 20.26%

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

#AA4A3E (or 0xAA4A3E) is known color: Roof Terracotta. HEX triplet: AA, 4A and 3E. RGB value is (170,74,62). Sum of RGB (Red+Green+Blue) = 170+74+62=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A3E is #55B5C1. Grayscale: #656565. Windows color (decimal): -5617090 or 4082346. OLE color: 4082346.

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

Color convert

RGB 170 74 62 -
CMYK 0 0.56 0.64 0.33
HSL 6.67º 0.47% 0.45% -
HSV(B) 6.67º 0.64% 0.67% -
XYZ 19.9 13.79 6.17 -
YUV 101.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 170 74 62 0 0.56 0.64 0.33 6.67 0.47 0.45
Hex AA 4A 3E 0 38 40 21 7 2F 2D
Octal 252 112 76 0 70 100 41 7 57 55
Binary 10101010 1001010 111110 0 111000 1000000 100001 111 101111 101101

Color Harmonies of #AA4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A3E

Black with #AA4A3E

Text Example


Text Example

White with #AA4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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