Html Css Color HEX #A44942 Roof Terracotta

📋 copy color: '#A44942'

red 164 ◦ green 73 ◦ blue 66

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

Shades of Roof Terracotta #A44942

Tints of Roof Terracotta #A44942

RGB

 RED value IS 164 (64.45% from 255) = 54.13%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 54.13%
G = 24.09%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A44942 (or 0xA44942) is known color: Roof Terracotta. HEX triplet: A4, 49 and 42. RGB value is (164,73,66). Sum of RGB (Red+Green+Blue) = 164+73+66=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44942 is #5BB6BD. Grayscale: #636363. Windows color (decimal): -6010558 or 4344228. OLE color: 4344228.

HSL color Cylindrical-coordinate representation of color #A44942: hue angle of 4.29º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44942 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 66 -
CMYK 0 0.55 0.60 0.36
HSL 4.29º 0.43% 0.45% -
HSV(B) 4.29º 0.6% 0.64% -
XYZ 18.68 13.05 6.69 -
YUV 99.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 164 73 66 0 0.55 0.60 0.36 4.29 0.43 0.45
Hex A4 49 42 0 37 3C 24 4 2B 2D
Octal 244 111 102 0 67 74 44 4 53 55
Binary 10100100 1001001 1000010 0 110111 111100 100100 100 101011 101101

Color Harmonies of #A44942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44942

Black with #A44942

Text Example


Text Example

White with #A44942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44942; }

 p { color: rgb(164,73,66); }

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

background-color css

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

 a { background-color: rgb(164,73,66); }

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

border-color css

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

 span { border-color: rgb(164,73,66); }

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