Html Css Color HEX #A8403D Roof Terracotta

📋 copy color: '#A8403D'

red 168 ◦ green 64 ◦ blue 61

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

Shades of Roof Terracotta #A8403D

Tints of Roof Terracotta #A8403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 57.34%
G = 21.84%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8403D (or 0xA8403D) is known color: Roof Terracotta. HEX triplet: A8, 40 and 3D. RGB value is (168,64,61). Sum of RGB (Red+Green+Blue) = 168+64+61=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8403D is #57BFC2. Grayscale: #5E5E5E. Windows color (decimal): -5750723 or 4014248. OLE color: 4014248.

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

Color convert

RGB 168 64 61 -
CMYK 0 0.62 0.64 0.34
HSL 1.68º 0.47% 0.45% -
HSV(B) 1.68º 0.64% 0.66% -
XYZ 18.82 12.33 5.8 -
YUV 94.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 168 64 61 0 0.62 0.64 0.34 1.68 0.47 0.45
Hex A8 40 3D 0 3E 40 22 2 2F 2D
Octal 250 100 75 0 76 100 42 2 57 55
Binary 10101000 1000000 111101 0 111110 1000000 100010 10 101111 101101

Color Harmonies of #A8403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8403D

Black with #A8403D

Text Example


Text Example

White with #A8403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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