Html Css Color HEX #A8423F Roof Terracotta

📋 copy color: '#A8423F'

red 168 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #A8423F

Tints of Roof Terracotta #A8423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 56.57%
G = 22.22%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8423F (or 0xA8423F) is known color: Roof Terracotta. HEX triplet: A8, 42 and 3F. RGB value is (168,66,63). Sum of RGB (Red+Green+Blue) = 168+66+63=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8423F is #57BDC0. Grayscale: #606060. Windows color (decimal): -5750209 or 4145832. OLE color: 4145832.

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

Color convert

RGB 168 66 63 -
CMYK 0 0.61 0.63 0.34
HSL 1.71º 0.45% 0.45% -
HSV(B) 1.71º 0.63% 0.66% -
XYZ 18.99 12.58 6.13 -
YUV 96.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 168 66 63 0 0.61 0.63 0.34 1.71 0.45 0.45
Hex A8 42 3F 0 3D 3F 22 2 2D 2D
Octal 250 102 77 0 75 77 42 2 55 55
Binary 10101000 1000010 111111 0 111101 111111 100010 10 101101 101101

Color Harmonies of #A8423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8423F

Black with #A8423F

Text Example


Text Example

White with #A8423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8423F; }

 p { color: rgb(168,66,63); }

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

background-color css

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

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

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

border-color css

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

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

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