Html Css Color HEX #A94947 Roof Terracotta

📋 copy color: '#A94947'

red 169 ◦ green 73 ◦ blue 71

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

Shades of Roof Terracotta #A94947

Tints of Roof Terracotta #A94947

RGB

 RED value IS 169 (66.41% from 255) = 53.99%

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 53.99%
G = 23.32%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A94947 (or 0xA94947) is known color: Roof Terracotta. HEX triplet: A9, 49 and 47. RGB value is (169,73,71). Sum of RGB (Red+Green+Blue) = 169+73+71=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A94947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94947 is #56B6B8. Grayscale: #656565. Windows color (decimal): -5682873 or 4671913. OLE color: 4671913.

HSL color Cylindrical-coordinate representation of color #A94947: hue angle of 1.22º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94947 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 71 -
CMYK 0 0.57 0.58 0.34
HSL 1.22º 0.41% 0.47% -
HSV(B) 1.22º 0.58% 0.66% -
XYZ 19.88 13.66 7.55 -
YUV 101.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 169 73 71 0 0.57 0.58 0.34 1.22 0.41 0.47
Hex A9 49 47 0 39 3A 22 1 29 2F
Octal 251 111 107 0 71 72 42 1 51 57
Binary 10101001 1001001 1000111 0 111001 111010 100010 1 101001 101111

Color Harmonies of #A94947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94947

Black with #A94947

Text Example


Text Example

White with #A94947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94947; }

 p { color: rgb(169,73,71); }

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

background-color css

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

 a { background-color: rgb(169,73,71); }

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

border-color css

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

 span { border-color: rgb(169,73,71); }

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