Html Css Color HEX #A84544 Roof Terracotta

📋 copy color: '#A84544'

red 168 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #A84544

Tints of Roof Terracotta #A84544

RGB

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

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

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

R = 55.08%
G = 22.62%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84544 (or 0xA84544) is known color: Roof Terracotta. HEX triplet: A8, 45 and 44. RGB value is (168,69,68). Sum of RGB (Red+Green+Blue) = 168+69+68=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84544 is #57BABB. Grayscale: #626262. Windows color (decimal): -5749436 or 4474280. OLE color: 4474280.

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

Color convert

RGB 168 69 68 -
CMYK 0 0.59 0.60 0.34
HSL 0.6º 0.42% 0.46% -
HSV(B) 0.6º 0.6% 0.66% -
XYZ 19.32 13 6.96 -
YUV 98.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 168 69 68 0 0.59 0.60 0.34 0.6 0.42 0.46
Hex A8 45 44 0 3B 3C 22 1 2A 2E
Octal 250 105 104 0 73 74 42 1 52 56
Binary 10101000 1000101 1000100 0 111011 111100 100010 1 101010 101110

Color Harmonies of #A84544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84544

Black with #A84544

Text Example


Text Example

White with #A84544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84544; }

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

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

background-color css

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

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

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

border-color css

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

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

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