Html Css Color HEX #A34945 Roof Terracotta

📋 copy color: '#A34945'

red 163 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #A34945

Tints of Roof Terracotta #A34945

RGB

 RED value IS 163 (64.06% from 255) = 53.44%

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

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

R = 53.44%
G = 23.93%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A34945 (or 0xA34945) is known color: Roof Terracotta. HEX triplet: A3, 49 and 45. RGB value is (163,73,69). Sum of RGB (Red+Green+Blue) = 163+73+69=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A34945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34945 is #5CB6BA. Grayscale: #636363. Windows color (decimal): -6076091 or 4540835. OLE color: 4540835.

HSL color Cylindrical-coordinate representation of color #A34945: hue angle of 2.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34945 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 69 -
CMYK 0 0.55 0.58 0.36
HSL 2.55º 0.41% 0.45% -
HSV(B) 2.55º 0.58% 0.64% -
XYZ 18.56 12.98 7.16 -
YUV 99.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 163 73 69 0 0.55 0.58 0.36 2.55 0.41 0.45
Hex A3 49 45 0 37 3A 24 3 29 2D
Octal 243 111 105 0 67 72 44 3 51 55
Binary 10100011 1001001 1000101 0 110111 111010 100100 11 101001 101101

Color Harmonies of #A34945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34945

Black with #A34945

Text Example


Text Example

White with #A34945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34945; }

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

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

background-color css

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

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

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

border-color css

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

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

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