Html Css Color HEX #A3453D Roof Terracotta

📋 copy color: '#A3453D'

red 163 ◦ green 69 ◦ blue 61

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

Shades of Roof Terracotta #A3453D

Tints of Roof Terracotta #A3453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 55.63%
G = 23.55%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3453D (or 0xA3453D) is known color: Roof Terracotta. HEX triplet: A3, 45 and 3D. RGB value is (163,69,61). Sum of RGB (Red+Green+Blue) = 163+69+61=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453D is #5CBAC2. Grayscale: #606060. Windows color (decimal): -6077123 or 4015523. OLE color: 4015523.

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

Color convert

RGB 163 69 61 -
CMYK 0 0.58 0.63 0.36
HSL 4.71º 0.46% 0.44% -
HSV(B) 4.71º 0.63% 0.64% -
XYZ 18.07 12.38 5.85 -
YUV 96.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 163 69 61 0 0.58 0.63 0.36 4.71 0.46 0.44
Hex A3 45 3D 0 3A 3F 24 5 2E 2C
Octal 243 105 75 0 72 77 44 5 56 54
Binary 10100011 1000101 111101 0 111010 111111 100100 101 101110 101100

Color Harmonies of #A3453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3453D

Black with #A3453D

Text Example


Text Example

White with #A3453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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