Html Css Color HEX #A34440 Roof Terracotta

📋 copy color: '#A34440'

red 163 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A34440

Tints of Roof Terracotta #A34440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 55.25%
G = 23.05%
B = 21.69%

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

#A34440 (or 0xA34440) is known color: Roof Terracotta. HEX triplet: A3, 44 and 40. RGB value is (163,68,64). Sum of RGB (Red+Green+Blue) = 163+68+64=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A34440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34440 is #5CBBBF. Grayscale: #606060. Windows color (decimal): -6077376 or 4211875. OLE color: 4211875.

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

Color convert

RGB 163 68 64 -
CMYK 0 0.58 0.61 0.36
HSL 2.42º 0.44% 0.45% -
HSV(B) 2.42º 0.61% 0.64% -
XYZ 18.1 12.29 6.27 -
YUV 95.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 163 68 64 0 0.58 0.61 0.36 2.42 0.44 0.45
Hex A3 44 40 0 3A 3D 24 2 2C 2D
Octal 243 104 100 0 72 75 44 2 54 55
Binary 10100011 1000100 1000000 0 111010 111101 100100 10 101100 101101

Color Harmonies of #A34440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34440

Black with #A34440

Text Example


Text Example

White with #A34440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34440; }

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

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

background-color css

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

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

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

border-color css

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

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

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