Html Css Color HEX #A2443D Roof Terracotta

📋 copy color: '#A2443D'

red 162 ◦ green 68 ◦ blue 61

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

Shades of Roof Terracotta #A2443D

Tints of Roof Terracotta #A2443D

RGB

 RED value IS 162 (63.67% from 255) = 55.67%

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 55.67%
G = 23.37%
B = 20.96%

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

#A2443D (or 0xA2443D) is known color: Roof Terracotta. HEX triplet: A2, 44 and 3D. RGB value is (162,68,61). Sum of RGB (Red+Green+Blue) = 162+68+61=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2443D is #5DBBC2. Grayscale: #5F5F5F. Windows color (decimal): -6142915 or 4015266. OLE color: 4015266.

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

Color convert

RGB 162 68 61 -
CMYK 0 0.58 0.62 0.36
HSL 4.16º 0.45% 0.44% -
HSV(B) 4.16º 0.62% 0.64% -
XYZ 17.81 12.15 5.82 -
YUV 95.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 162 68 61 0 0.58 0.62 0.36 4.16 0.45 0.44
Hex A2 44 3D 0 3A 3E 24 4 2D 2C
Octal 242 104 75 0 72 76 44 4 55 54
Binary 10100010 1000100 111101 0 111010 111110 100100 100 101101 101100

Color Harmonies of #A2443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2443D

Black with #A2443D

Text Example


Text Example

White with #A2443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2443D; }

 p { color: rgb(162,68,61); }

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

background-color css

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

 a { background-color: rgb(162,68,61); }

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

border-color css

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

 span { border-color: rgb(162,68,61); }

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