Html Css Color HEX #A94141 Roof Terracotta

📋 copy color: '#A94141'

red 169 ◦ green 65 ◦ blue 65

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

Shades of Roof Terracotta #A94141

Tints of Roof Terracotta #A94141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 56.52%
G = 21.74%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A94141 (or 0xA94141) is known color: Roof Terracotta. HEX triplet: A9, 41 and 41. RGB value is (169,65,65). Sum of RGB (Red+Green+Blue) = 169+65+65=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A94141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94141 is #56BEBE. Grayscale: #606060. Windows color (decimal): -5684927 or 4276649. OLE color: 4276649.

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

Color convert

RGB 169 65 65 -
CMYK 0 0.62 0.62 0.34
HSL 0.44% 0.46% -
HSV(B) 0.62% 0.66% -
XYZ 19.21 12.6 6.42 -
YUV 96.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 169 65 65 0 0.62 0.62 0.34 0 0.44 0.46
Hex A9 41 41 0 3E 3E 22 0 2C 2E
Octal 251 101 101 0 76 76 42 0 54 56
Binary 10101001 1000001 1000001 0 111110 111110 100010 0 101100 101110

Color Harmonies of #A94141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94141

Black with #A94141

Text Example


Text Example

White with #A94141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94141; }

 p { color: rgb(169,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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