Html Css Color HEX #A34C40 Roof Terracotta

📋 copy color: '#A34C40'

red 163 ◦ green 76 ◦ blue 64

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

Shades of Roof Terracotta #A34C40

Tints of Roof Terracotta #A34C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.08%

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

R = 53.8%
G = 25.08%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A34C40 (or 0xA34C40) is known color: Roof Terracotta. HEX triplet: A3, 4C and 40. RGB value is (163,76,64). Sum of RGB (Red+Green+Blue) = 163+76+64=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C40 is #5CB3BF. Grayscale: #646464. Windows color (decimal): -6075328 or 4213923. OLE color: 4213923.

HSL color Cylindrical-coordinate representation of color #A34C40: hue angle of 7.27º 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 #A34C40 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 76 64 -
CMYK 0 0.53 0.61 0.36
HSL 7.27º 0.44% 0.45% -
HSV(B) 7.27º 0.61% 0.64% -
XYZ 18.61 13.33 6.44 -
YUV 100.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 163 76 64 0 0.53 0.61 0.36 7.27 0.44 0.45
Hex A3 4C 40 0 35 3D 24 7 2C 2D
Octal 243 114 100 0 65 75 44 7 54 55
Binary 10100011 1001100 1000000 0 110101 111101 100100 111 101100 101101

Color Harmonies of #A34C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C40

Black with #A34C40

Text Example


Text Example

White with #A34C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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