Html Css Color HEX #AA433E Roof Terracotta

📋 copy color: '#AA433E'

red 170 ◦ green 67 ◦ blue 62

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

Shades of Roof Terracotta #AA433E

Tints of Roof Terracotta #AA433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 56.86%
G = 22.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA433E (or 0xAA433E) is known color: Roof Terracotta. HEX triplet: AA, 43 and 3E. RGB value is (170,67,62). Sum of RGB (Red+Green+Blue) = 170+67+62=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433E is #55BCC1. Grayscale: #616161. Windows color (decimal): -5618882 or 4080554. OLE color: 4080554.

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

Color convert

RGB 170 67 62 -
CMYK 0 0.61 0.64 0.33
HSL 2.78º 0.47% 0.45% -
HSV(B) 2.78º 0.64% 0.67% -
XYZ 19.45 12.91 6.02 -
YUV 97.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 170 67 62 0 0.61 0.64 0.33 2.78 0.47 0.45
Hex AA 43 3E 0 3D 40 21 3 2F 2D
Octal 252 103 76 0 75 100 41 3 57 55
Binary 10101010 1000011 111110 0 111101 1000000 100001 11 101111 101101

Color Harmonies of #AA433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA433E

Black with #AA433E

Text Example


Text Example

White with #AA433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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