Html Css Color HEX #A8483E Roof Terracotta

📋 copy color: '#A8483E'

red 168 ◦ green 72 ◦ blue 62

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

Shades of Roof Terracotta #A8483E

Tints of Roof Terracotta #A8483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 55.63%
G = 23.84%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8483E (or 0xA8483E) is known color: Roof Terracotta. HEX triplet: A8, 48 and 3E. RGB value is (168,72,62). Sum of RGB (Red+Green+Blue) = 168+72+62=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8483E is #57B7C1. Grayscale: #636363. Windows color (decimal): -5748674 or 4081832. OLE color: 4081832.

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

Color convert

RGB 168 72 62 -
CMYK 0 0.57 0.63 0.34
HSL 5.66º 0.46% 0.45% -
HSV(B) 5.66º 0.63% 0.66% -
XYZ 19.34 13.31 6.11 -
YUV 99.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 168 72 62 0 0.57 0.63 0.34 5.66 0.46 0.45
Hex A8 48 3E 0 39 3F 22 6 2E 2D
Octal 250 110 76 0 71 77 42 6 56 55
Binary 10101000 1001000 111110 0 111001 111111 100010 110 101110 101101

Color Harmonies of #A8483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8483E

Black with #A8483E

Text Example


Text Example

White with #A8483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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