Html Css Color HEX #A34E43 Roof Terracotta

📋 copy color: '#A34E43'

red 163 ◦ green 78 ◦ blue 67

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

Shades of Roof Terracotta #A34E43

Tints of Roof Terracotta #A34E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 52.92%
G = 25.32%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A34E43 (or 0xA34E43) is known color: Roof Terracotta. HEX triplet: A3, 4E and 43. RGB value is (163,78,67). Sum of RGB (Red+Green+Blue) = 163+78+67=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E43 is #5CB1BC. Grayscale: #666666. Windows color (decimal): -6074813 or 4411043. OLE color: 4411043.

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

Color convert

RGB 163 78 67 -
CMYK 0 0.52 0.59 0.36
HSL 6.88º 0.42% 0.45% -
HSV(B) 6.88º 0.59% 0.64% -
XYZ 18.84 13.64 6.95 -
YUV 102.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 163 78 67 0 0.52 0.59 0.36 6.88 0.42 0.45
Hex A3 4E 43 0 34 3B 24 7 2A 2D
Octal 243 116 103 0 64 73 44 7 52 55
Binary 10100011 1001110 1000011 0 110100 111011 100100 111 101010 101101

Color Harmonies of #A34E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E43

Black with #A34E43

Text Example


Text Example

White with #A34E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E43; }

 p { color: rgb(163,78,67); }

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

background-color css

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

 a { background-color: rgb(163,78,67); }

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

border-color css

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

 span { border-color: rgb(163,78,67); }

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