Html Css Color HEX #A94240 Roof Terracotta

📋 copy color: '#A94240'

red 169 ◦ green 66 ◦ blue 64

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

Shades of Roof Terracotta #A94240

Tints of Roof Terracotta #A94240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 56.52%
G = 22.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A94240 (or 0xA94240) is known color: Roof Terracotta. HEX triplet: A9, 42 and 40. RGB value is (169,66,64). Sum of RGB (Red+Green+Blue) = 169+66+64=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A94240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94240 is #56BDBF. Grayscale: #606060. Windows color (decimal): -5684672 or 4211369. OLE color: 4211369.

HSL color Cylindrical-coordinate representation of color #A94240: hue angle of 1.14º degrees, saturation: 0.45, 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 #A94240 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 66 64 -
CMYK 0 0.61 0.62 0.34
HSL 1.14º 0.45% 0.46% -
HSV(B) 1.14º 0.62% 0.66% -
XYZ 19.24 12.7 6.29 -
YUV 96.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 169 66 64 0 0.61 0.62 0.34 1.14 0.45 0.46
Hex A9 42 40 0 3D 3E 22 1 2D 2E
Octal 251 102 100 0 75 76 42 1 55 56
Binary 10101001 1000010 1000000 0 111101 111110 100010 1 101101 101110

Color Harmonies of #A94240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94240

Black with #A94240

Text Example


Text Example

White with #A94240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94240; }

 p { color: rgb(169,66,64); }

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

background-color css

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

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

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

border-color css

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

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

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