Html Css Color HEX #A94943 Roof Terracotta

📋 copy color: '#A94943'

red 169 ◦ green 73 ◦ blue 67

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

Shades of Roof Terracotta #A94943

Tints of Roof Terracotta #A94943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 54.69%
G = 23.62%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A94943 (or 0xA94943) is known color: Roof Terracotta. HEX triplet: A9, 49 and 43. RGB value is (169,73,67). Sum of RGB (Red+Green+Blue) = 169+73+67=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A94943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94943 is #56B6BC. Grayscale: #656565. Windows color (decimal): -5682877 or 4409769. OLE color: 4409769.

HSL color Cylindrical-coordinate representation of color #A94943: hue angle of 3.53º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94943 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 67 -
CMYK 0 0.57 0.60 0.34
HSL 3.53º 0.43% 0.46% -
HSV(B) 3.53º 0.6% 0.66% -
XYZ 19.76 13.61 6.89 -
YUV 101.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 169 73 67 0 0.57 0.60 0.34 3.53 0.43 0.46
Hex A9 49 43 0 39 3C 22 4 2B 2E
Octal 251 111 103 0 71 74 42 4 53 56
Binary 10101001 1001001 1000011 0 111001 111100 100010 100 101011 101110

Color Harmonies of #A94943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94943

Black with #A94943

Text Example


Text Example

White with #A94943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94943; }

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

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

background-color css

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

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

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

border-color css

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

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

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