Html Css Color HEX #A34643 Roof Terracotta

📋 copy color: '#A34643'

red 163 ◦ green 70 ◦ blue 67

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

Shades of Roof Terracotta #A34643

Tints of Roof Terracotta #A34643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 54.33%
G = 23.33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A34643 (or 0xA34643) is known color: Roof Terracotta. HEX triplet: A3, 46 and 43. RGB value is (163,70,67). Sum of RGB (Red+Green+Blue) = 163+70+67=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A34643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34643 is #5CB9BC. Grayscale: #616161. Windows color (decimal): -6076861 or 4408995. OLE color: 4408995.

HSL color Cylindrical-coordinate representation of color #A34643: hue angle of 1.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 #A34643 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 67 -
CMYK 0 0.57 0.59 0.36
HSL 1.88º 0.42% 0.45% -
HSV(B) 1.88º 0.59% 0.64% -
XYZ 18.31 12.57 6.77 -
YUV 97.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 163 70 67 0 0.57 0.59 0.36 1.88 0.42 0.45
Hex A3 46 43 0 39 3B 24 2 2A 2D
Octal 243 106 103 0 71 73 44 2 52 55
Binary 10100011 1000110 1000011 0 111001 111011 100100 10 101010 101101

Color Harmonies of #A34643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34643

Black with #A34643

Text Example


Text Example

White with #A34643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34643; }

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

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

background-color css

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

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

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

border-color css

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

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

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