Html Css Color HEX #A84848 Roof Terracotta

📋 copy color: '#A84848'

red 168 ◦ green 72 ◦ blue 72

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

Shades of Roof Terracotta #A84848

Tints of Roof Terracotta #A84848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 53.85%
G = 23.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A84848 (or 0xA84848) is known color: Roof Terracotta. HEX triplet: A8, 48 and 48. RGB value is (168,72,72). Sum of RGB (Red+Green+Blue) = 168+72+72=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84848 is #57B7B7. Grayscale: #646464. Windows color (decimal): -5748664 or 4737192. OLE color: 4737192.

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

Color convert

RGB 168 72 72 -
CMYK 0 0.57 0.57 0.34
HSL 0.4% 0.47% -
HSV(B) 0.57% 0.66% -
XYZ 19.64 13.43 7.69 -
YUV 100.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 168 72 72 0 0.57 0.57 0.34 0 0.4 0.47
Hex A8 48 48 0 39 39 22 0 28 2F
Octal 250 110 110 0 71 71 42 0 50 57
Binary 10101000 1001000 1001000 0 111001 111001 100010 0 101000 101111

Color Harmonies of #A84848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84848

Black with #A84848

Text Example


Text Example

White with #A84848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84848; }

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

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

background-color css

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

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

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

border-color css

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

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

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