Html Css Color HEX #A34645 Roof Terracotta

📋 copy color: '#A34645'

red 163 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #A34645

Tints of Roof Terracotta #A34645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 53.97%
G = 23.18%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A34645 (or 0xA34645) is known color: Roof Terracotta. HEX triplet: A3, 46 and 45. RGB value is (163,70,69). Sum of RGB (Red+Green+Blue) = 163+70+69=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34645 is #5CB9BA. Grayscale: #616161. Windows color (decimal): -6076859 or 4540067. OLE color: 4540067.

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

Color convert

RGB 163 70 69 -
CMYK 0 0.57 0.58 0.36
HSL 0.64º 0.41% 0.45% -
HSV(B) 0.64º 0.58% 0.64% -
XYZ 18.37 12.6 7.09 -
YUV 97.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 163 70 69 0 0.57 0.58 0.36 0.64 0.41 0.45
Hex A3 46 45 0 39 3A 24 1 29 2D
Octal 243 106 105 0 71 72 44 1 51 55
Binary 10100011 1000110 1000101 0 111001 111010 100100 1 101001 101101

Color Harmonies of #A34645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34645

Black with #A34645

Text Example


Text Example

White with #A34645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34645; }

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

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

background-color css

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

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

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

border-color css

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

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

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