Html Css Color HEX #A34840 Roof Terracotta

📋 copy color: '#A34840'

red 163 ◦ green 72 ◦ blue 64

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

Shades of Roof Terracotta #A34840

Tints of Roof Terracotta #A34840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 54.52%
G = 24.08%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A34840 (or 0xA34840) is known color: Roof Terracotta. HEX triplet: A3, 48 and 40. RGB value is (163,72,64). Sum of RGB (Red+Green+Blue) = 163+72+64=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34840 is #5CB7BF. Grayscale: #626262. Windows color (decimal): -6076352 or 4212899. OLE color: 4212899.

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

Color convert

RGB 163 72 64 -
CMYK 0 0.56 0.61 0.36
HSL 4.85º 0.44% 0.45% -
HSV(B) 4.85º 0.61% 0.64% -
XYZ 18.35 12.79 6.35 -
YUV 98.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 163 72 64 0 0.56 0.61 0.36 4.85 0.44 0.45
Hex A3 48 40 0 38 3D 24 5 2C 2D
Octal 243 110 100 0 70 75 44 5 54 55
Binary 10100011 1001000 1000000 0 111000 111101 100100 101 101100 101101

Color Harmonies of #A34840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34840

Black with #A34840

Text Example


Text Example

White with #A34840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34840; }

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

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

background-color css

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

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

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

border-color css

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

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

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