Html Css Color HEX #A84943 Roof Terracotta

📋 copy color: '#A84943'

red 168 ◦ green 73 ◦ blue 67

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

Shades of Roof Terracotta #A84943

Tints of Roof Terracotta #A84943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 54.55%
G = 23.7%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84943 (or 0xA84943) is known color: Roof Terracotta. HEX triplet: A8, 49 and 43. RGB value is (168,73,67). Sum of RGB (Red+Green+Blue) = 168+73+67=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84943 is #57B6BC. Grayscale: #646464. Windows color (decimal): -5748413 or 4409768. OLE color: 4409768.

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

Color convert

RGB 168 73 67 -
CMYK 0 0.57 0.60 0.34
HSL 3.56º 0.43% 0.46% -
HSV(B) 3.56º 0.6% 0.66% -
XYZ 19.54 13.5 6.88 -
YUV 100.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 168 73 67 0 0.57 0.60 0.34 3.56 0.43 0.46
Hex A8 49 43 0 39 3C 22 4 2B 2E
Octal 250 111 103 0 71 74 42 4 53 56
Binary 10101000 1001001 1000011 0 111001 111100 100010 100 101011 101110

Color Harmonies of #A84943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84943

Black with #A84943

Text Example


Text Example

White with #A84943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84943; }

 p { color: rgb(168,73,67); }

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

background-color css

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

 a { background-color: rgb(168,73,67); }

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

border-color css

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

 span { border-color: rgb(168,73,67); }

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