Html Css Color HEX #A8413D Roof Terracotta

📋 copy color: '#A8413D'

red 168 ◦ green 65 ◦ blue 61

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

Shades of Roof Terracotta #A8413D

Tints of Roof Terracotta #A8413D

RGB

 RED value IS 168 (66.02% from 255) = 57.14%

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 57.14%
G = 22.11%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8413D (or 0xA8413D) is known color: Roof Terracotta. HEX triplet: A8, 41 and 3D. RGB value is (168,65,61). Sum of RGB (Red+Green+Blue) = 168+65+61=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8413D is #57BEC2. Grayscale: #5F5F5F. Windows color (decimal): -5750467 or 4014504. OLE color: 4014504.

HSL color Cylindrical-coordinate representation of color #A8413D: hue angle of 2.24º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8413D is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 61 -
CMYK 0 0.61 0.64 0.34
HSL 2.24º 0.47% 0.45% -
HSV(B) 2.24º 0.64% 0.66% -
XYZ 18.88 12.44 5.82 -
YUV 95.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 168 65 61 0 0.61 0.64 0.34 2.24 0.47 0.45
Hex A8 41 3D 0 3D 40 22 2 2F 2D
Octal 250 101 75 0 75 100 42 2 57 55
Binary 10101000 1000001 111101 0 111101 1000000 100010 10 101111 101101

Color Harmonies of #A8413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8413D

Black with #A8413D

Text Example


Text Example

White with #A8413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8413D; }

 p { color: rgb(168,65,61); }

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

background-color css

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

 a { background-color: rgb(168,65,61); }

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

border-color css

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

 span { border-color: rgb(168,65,61); }

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