Html Css Color HEX #A94945 Roof Terracotta

📋 copy color: '#A94945'

red 169 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #A94945

Tints of Roof Terracotta #A94945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 54.34%
G = 23.47%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A94945 (or 0xA94945) is known color: Roof Terracotta. HEX triplet: A9, 49 and 45. RGB value is (169,73,69). Sum of RGB (Red+Green+Blue) = 169+73+69=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A94945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94945 is #56B6BA. Grayscale: #656565. Windows color (decimal): -5682875 or 4540841. OLE color: 4540841.

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

Color convert

RGB 169 73 69 -
CMYK 0 0.57 0.59 0.34
HSL 2.4º 0.42% 0.47% -
HSV(B) 2.4º 0.59% 0.66% -
XYZ 19.82 13.63 7.22 -
YUV 101.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 169 73 69 0 0.57 0.59 0.34 2.4 0.42 0.47
Hex A9 49 45 0 39 3B 22 2 2A 2F
Octal 251 111 105 0 71 73 42 2 52 57
Binary 10101001 1001001 1000101 0 111001 111011 100010 10 101010 101111

Color Harmonies of #A94945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94945

Black with #A94945

Text Example


Text Example

White with #A94945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94945; }

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

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

background-color css

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

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

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

border-color css

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

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

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