Html Css Color HEX #A2463D Roof Terracotta

📋 copy color: '#A2463D'

red 162 ◦ green 70 ◦ blue 61

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

Shades of Roof Terracotta #A2463D

Tints of Roof Terracotta #A2463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

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

R = 55.29%
G = 23.89%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2463D (or 0xA2463D) is known color: Roof Terracotta. HEX triplet: A2, 46 and 3D. RGB value is (162,70,61). Sum of RGB (Red+Green+Blue) = 162+70+61=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2463D is #5DB9C2. Grayscale: #606060. Windows color (decimal): -6142403 or 4015778. OLE color: 4015778.

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

Color convert

RGB 162 70 61 -
CMYK 0 0.57 0.62 0.36
HSL 5.35º 0.45% 0.44% -
HSV(B) 5.35º 0.62% 0.64% -
XYZ 17.93 12.4 5.86 -
YUV 96.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 162 70 61 0 0.57 0.62 0.36 5.35 0.45 0.44
Hex A2 46 3D 0 39 3E 24 5 2D 2C
Octal 242 106 75 0 71 76 44 5 55 54
Binary 10100010 1000110 111101 0 111001 111110 100100 101 101101 101100

Color Harmonies of #A2463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2463D

Black with #A2463D

Text Example


Text Example

White with #A2463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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