Html Css Color HEX #A34B45 Roof Terracotta

📋 copy color: '#A34B45'

red 163 ◦ green 75 ◦ blue 69

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

Shades of Roof Terracotta #A34B45

Tints of Roof Terracotta #A34B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.43%

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

R = 53.09%
G = 24.43%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A34B45 (or 0xA34B45) is known color: Roof Terracotta. HEX triplet: A3, 4B and 45. RGB value is (163,75,69). Sum of RGB (Red+Green+Blue) = 163+75+69=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B45 is #5CB4BA. Grayscale: #646464. Windows color (decimal): -6075579 or 4541347. OLE color: 4541347.

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

Color convert

RGB 163 75 69 -
CMYK 0 0.54 0.58 0.36
HSL 3.83º 0.41% 0.45% -
HSV(B) 3.83º 0.58% 0.64% -
XYZ 18.69 13.25 7.2 -
YUV 100.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 163 75 69 0 0.54 0.58 0.36 3.83 0.41 0.45
Hex A3 4B 45 0 36 3A 24 4 29 2D
Octal 243 113 105 0 66 72 44 4 51 55
Binary 10100011 1001011 1000101 0 110110 111010 100100 100 101001 101101

Color Harmonies of #A34B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B45

Black with #A34B45

Text Example


Text Example

White with #A34B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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