Html Css Color HEX #A84540 Roof Terracotta

📋 copy color: '#A84540'

red 168 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #A84540

Tints of Roof Terracotta #A84540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 55.81%
G = 22.92%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A84540 (or 0xA84540) is known color: Roof Terracotta. HEX triplet: A8, 45 and 40. RGB value is (168,69,64). Sum of RGB (Red+Green+Blue) = 168+69+64=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84540 is #57BABF. Grayscale: #626262. Windows color (decimal): -5749440 or 4212136. OLE color: 4212136.

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

Color convert

RGB 168 69 64 -
CMYK 0 0.59 0.62 0.34
HSL 2.88º 0.45% 0.45% -
HSV(B) 2.88º 0.62% 0.66% -
XYZ 19.2 12.95 6.34 -
YUV 98.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 168 69 64 0 0.59 0.62 0.34 2.88 0.45 0.45
Hex A8 45 40 0 3B 3E 22 3 2D 2D
Octal 250 105 100 0 73 76 42 3 55 55
Binary 10101000 1000101 1000000 0 111011 111110 100010 11 101101 101101

Color Harmonies of #A84540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84540

Black with #A84540

Text Example


Text Example

White with #A84540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84540; }

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

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

background-color css

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

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

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

border-color css

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

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

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