Html Css Color HEX #A34A3E Roof Terracotta

📋 copy color: '#A34A3E'

red 163 ◦ green 74 ◦ blue 62

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

Shades of Roof Terracotta #A34A3E

Tints of Roof Terracotta #A34A3E

RGB

 RED value IS 163 (64.06% from 255) = 54.52%

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 54.52%
G = 24.75%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A34A3E (or 0xA34A3E) is known color: Roof Terracotta. HEX triplet: A3, 4A and 3E. RGB value is (163,74,62). Sum of RGB (Red+Green+Blue) = 163+74+62=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A3E is #5CB5C1. Grayscale: #636363. Windows color (decimal): -6075842 or 4082339. OLE color: 4082339.

HSL color Cylindrical-coordinate representation of color #A34A3E: hue angle of 7.13º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A34A3E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 62 -
CMYK 0 0.55 0.62 0.36
HSL 7.13º 0.45% 0.44% -
HSV(B) 7.13º 0.62% 0.64% -
XYZ 18.42 13.03 6.1 -
YUV 99.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 163 74 62 0 0.55 0.62 0.36 7.13 0.45 0.44
Hex A3 4A 3E 0 37 3E 24 7 2D 2C
Octal 243 112 76 0 67 76 44 7 55 54
Binary 10100011 1001010 111110 0 110111 111110 100100 111 101101 101100

Color Harmonies of #A34A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A3E

Black with #A34A3E

Text Example


Text Example

White with #A34A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A3E; }

 p { color: rgb(163,74,62); }

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

background-color css

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

 a { background-color: rgb(163,74,62); }

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

border-color css

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

 span { border-color: rgb(163,74,62); }

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