Html Css Color HEX #A3453E Roof Terracotta

📋 copy color: '#A3453E'

red 163 ◦ green 69 ◦ blue 62

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

Shades of Roof Terracotta #A3453E

Tints of Roof Terracotta #A3453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 55.44%
G = 23.47%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3453E (or 0xA3453E) is known color: Roof Terracotta. HEX triplet: A3, 45 and 3E. RGB value is (163,69,62). Sum of RGB (Red+Green+Blue) = 163+69+62=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3453E is #5CBAC1. Grayscale: #606060. Windows color (decimal): -6077122 or 4081059. OLE color: 4081059.

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

Color convert

RGB 163 69 62 -
CMYK 0 0.58 0.62 0.36
HSL 4.16º 0.45% 0.44% -
HSV(B) 4.16º 0.62% 0.64% -
XYZ 18.1 12.39 5.99 -
YUV 96.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 163 69 62 0 0.58 0.62 0.36 4.16 0.45 0.44
Hex A3 45 3E 0 3A 3E 24 4 2D 2C
Octal 243 105 76 0 72 76 44 4 55 54
Binary 10100011 1000101 111110 0 111010 111110 100100 100 101101 101100

Color Harmonies of #A3453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3453E

Black with #A3453E

Text Example


Text Example

White with #A3453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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