Html Css Color HEX #A34540 Roof Terracotta

📋 copy color: '#A34540'

red 163 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #A34540

Tints of Roof Terracotta #A34540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 55.07%
G = 23.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A34540 (or 0xA34540) is known color: Roof Terracotta. HEX triplet: A3, 45 and 40. RGB value is (163,69,64). Sum of RGB (Red+Green+Blue) = 163+69+64=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A34540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34540 is #5CBABF. Grayscale: #606060. Windows color (decimal): -6077120 or 4212131. OLE color: 4212131.

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

Color convert

RGB 163 69 64 -
CMYK 0 0.58 0.61 0.36
HSL 3.03º 0.44% 0.45% -
HSV(B) 3.03º 0.61% 0.64% -
XYZ 18.16 12.41 6.29 -
YUV 96.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 163 69 64 0 0.58 0.61 0.36 3.03 0.44 0.45
Hex A3 45 40 0 3A 3D 24 3 2C 2D
Octal 243 105 100 0 72 75 44 3 54 55
Binary 10100011 1000101 1000000 0 111010 111101 100100 11 101100 101101

Color Harmonies of #A34540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34540

Black with #A34540

Text Example


Text Example

White with #A34540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34540; }

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

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

background-color css

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

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

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

border-color css

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

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

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