Html Css Color HEX #A34A3D Roof Terracotta

📋 copy color: '#A34A3D'

red 163 ◦ green 74 ◦ blue 61

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

Shades of Roof Terracotta #A34A3D

Tints of Roof Terracotta #A34A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 54.7%
G = 24.83%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A34A3D (or 0xA34A3D) is known color: Roof Terracotta. HEX triplet: A3, 4A and 3D. RGB value is (163,74,61). Sum of RGB (Red+Green+Blue) = 163+74+61=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A3D is #5CB5C2. Grayscale: #636363. Windows color (decimal): -6075843 or 4016803. OLE color: 4016803.

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

Color convert

RGB 163 74 61 -
CMYK 0 0.55 0.63 0.36
HSL 7.65º 0.46% 0.44% -
HSV(B) 7.65º 0.63% 0.64% -
XYZ 18.4 13.02 5.96 -
YUV 99.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 163 74 61 0 0.55 0.63 0.36 7.65 0.46 0.44
Hex A3 4A 3D 0 37 3F 24 8 2E 2C
Octal 243 112 75 0 67 77 44 10 56 54
Binary 10100011 1001010 111101 0 110111 111111 100100 1000 101110 101100

Color Harmonies of #A34A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A3D

Black with #A34A3D

Text Example


Text Example

White with #A34A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A3D; }

 p { color: rgb(163,74,61); }

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

background-color css

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

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

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

border-color css

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

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

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