Html Css Color HEX #A84944 Roof Terracotta

📋 copy color: '#A84944'

red 168 ◦ green 73 ◦ blue 68

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

Shades of Roof Terracotta #A84944

Tints of Roof Terracotta #A84944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 54.37%
G = 23.62%
B = 22.01%

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

#A84944 (or 0xA84944) is known color: Roof Terracotta. HEX triplet: A8, 49 and 44. RGB value is (168,73,68). Sum of RGB (Red+Green+Blue) = 168+73+68=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84944 is #57B6BB. Grayscale: #646464. Windows color (decimal): -5748412 or 4475304. OLE color: 4475304.

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

Color convert

RGB 168 73 68 -
CMYK 0 0.57 0.60 0.34
HSL 0.42% 0.46% -
HSV(B) 0.6% 0.66% -
XYZ 19.57 13.51 7.04 -
YUV 100.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 168 73 68 0 0.57 0.60 0.34 3 0.42 0.46
Hex A8 49 44 0 39 3C 22 3 2A 2E
Octal 250 111 104 0 71 74 42 3 52 56
Binary 10101000 1001001 1000100 0 111001 111100 100010 11 101010 101110

Color Harmonies of #A84944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84944

Black with #A84944

Text Example


Text Example

White with #A84944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84944; }

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

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

background-color css

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

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

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

border-color css

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

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

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