Html Css Color HEX #A34844 Roof Terracotta

📋 copy color: '#A34844'

red 163 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #A34844

Tints of Roof Terracotta #A34844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 53.8%
G = 23.76%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A34844 (or 0xA34844) is known color: Roof Terracotta. HEX triplet: A3, 48 and 44. RGB value is (163,72,68). Sum of RGB (Red+Green+Blue) = 163+72+68=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A34844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34844 is #5CB7BB. Grayscale: #626262. Windows color (decimal): -6076348 or 4475043. OLE color: 4475043.

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

Color convert

RGB 163 72 68 -
CMYK 0 0.56 0.58 0.36
HSL 2.53º 0.41% 0.45% -
HSV(B) 2.53º 0.58% 0.64% -
XYZ 18.47 12.84 6.97 -
YUV 98.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 163 72 68 0 0.56 0.58 0.36 2.53 0.41 0.45
Hex A3 48 44 0 38 3A 24 3 29 2D
Octal 243 110 104 0 70 72 44 3 51 55
Binary 10100011 1001000 1000100 0 111000 111010 100100 11 101001 101101

Color Harmonies of #A34844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34844

Black with #A34844

Text Example


Text Example

White with #A34844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34844; }

 p { color: rgb(163,72,68); }

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

background-color css

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

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

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

border-color css

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

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

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