Html Css Color HEX #A34646 Roof Terracotta

📋 copy color: '#A34646'

red 163 ◦ green 70 ◦ blue 70

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

Shades of Roof Terracotta #A34646

Tints of Roof Terracotta #A34646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 53.8%
G = 23.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A34646 (or 0xA34646) is known color: Roof Terracotta. HEX triplet: A3, 46 and 46. RGB value is (163,70,70). Sum of RGB (Red+Green+Blue) = 163+70+70=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A34646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34646 is #5CB9B9. Grayscale: #616161. Windows color (decimal): -6076858 or 4605603. OLE color: 4605603.

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

Color convert

RGB 163 70 70 -
CMYK 0 0.57 0.57 0.36
HSL 0.4% 0.46% -
HSV(B) 0.57% 0.64% -
XYZ 18.4 12.61 7.26 -
YUV 97.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 163 70 70 0 0.57 0.57 0.36 0 0.4 0.46
Hex A3 46 46 0 39 39 24 0 28 2E
Octal 243 106 106 0 71 71 44 0 50 56
Binary 10100011 1000110 1000110 0 111001 111001 100100 0 101000 101110

Color Harmonies of #A34646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34646

Black with #A34646

Text Example


Text Example

White with #A34646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34646; }

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

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

background-color css

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

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

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

border-color css

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

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

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