Html Css Color HEX #A84840 Roof Terracotta

📋 copy color: '#A84840'

red 168 ◦ green 72 ◦ blue 64

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

Shades of Roof Terracotta #A84840

Tints of Roof Terracotta #A84840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

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

R = 55.26%
G = 23.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A84840 (or 0xA84840) is known color: Roof Terracotta. HEX triplet: A8, 48 and 40. RGB value is (168,72,64). Sum of RGB (Red+Green+Blue) = 168+72+64=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A84840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84840 is #57B7BF. Grayscale: #636363. Windows color (decimal): -5748672 or 4212904. OLE color: 4212904.

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

Color convert

RGB 168 72 64 -
CMYK 0 0.57 0.62 0.34
HSL 4.62º 0.45% 0.45% -
HSV(B) 4.62º 0.62% 0.66% -
XYZ 19.39 13.33 6.4 -
YUV 99.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 168 72 64 0 0.57 0.62 0.34 4.62 0.45 0.45
Hex A8 48 40 0 39 3E 22 5 2D 2D
Octal 250 110 100 0 71 76 42 5 55 55
Binary 10101000 1001000 1000000 0 111001 111110 100010 101 101101 101101

Color Harmonies of #A84840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84840

Black with #A84840

Text Example


Text Example

White with #A84840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84840; }

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

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

background-color css

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

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

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

border-color css

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

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

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