Html Css Color HEX #A84440 Roof Terracotta

📋 copy color: '#A84440'

red 168 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A84440

Tints of Roof Terracotta #A84440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 56%
G = 22.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A84440 (or 0xA84440) is known color: Roof Terracotta. HEX triplet: A8, 44 and 40. RGB value is (168,68,64). Sum of RGB (Red+Green+Blue) = 168+68+64=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A84440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84440 is #57BBBF. Grayscale: #616161. Windows color (decimal): -5749696 or 4211880. OLE color: 4211880.

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

Color convert

RGB 168 68 64 -
CMYK 0 0.60 0.62 0.34
HSL 2.31º 0.45% 0.45% -
HSV(B) 2.31º 0.62% 0.66% -
XYZ 19.14 12.83 6.32 -
YUV 97.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 168 68 64 0 0.60 0.62 0.34 2.31 0.45 0.45
Hex A8 44 40 0 3C 3E 22 2 2D 2D
Octal 250 104 100 0 74 76 42 2 55 55
Binary 10101000 1000100 1000000 0 111100 111110 100010 10 101101 101101

Color Harmonies of #A84440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84440

Black with #A84440

Text Example


Text Example

White with #A84440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84440; }

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

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

background-color css

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

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

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

border-color css

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

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

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