Html Css Color HEX #A34A40 Roof Terracotta

📋 copy color: '#A34A40'

red 163 ◦ green 74 ◦ blue 64

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

Shades of Roof Terracotta #A34A40

Tints of Roof Terracotta #A34A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

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

R = 54.15%
G = 24.58%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A34A40 (or 0xA34A40) is known color: Roof Terracotta. HEX triplet: A3, 4A and 40. RGB value is (163,74,64). Sum of RGB (Red+Green+Blue) = 163+74+64=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A40 is #5CB5BF. Grayscale: #636363. Windows color (decimal): -6075840 or 4213411. OLE color: 4213411.

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

Color convert

RGB 163 74 64 -
CMYK 0 0.55 0.61 0.36
HSL 6.06º 0.44% 0.45% -
HSV(B) 6.06º 0.61% 0.64% -
XYZ 18.48 13.05 6.4 -
YUV 99.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 163 74 64 0 0.55 0.61 0.36 6.06 0.44 0.45
Hex A3 4A 40 0 37 3D 24 6 2C 2D
Octal 243 112 100 0 67 75 44 6 54 55
Binary 10100011 1001010 1000000 0 110111 111101 100100 110 101100 101101

Color Harmonies of #A34A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A40

Black with #A34A40

Text Example


Text Example

White with #A34A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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