Html Css Color HEX #A94645 Roof Terracotta

📋 copy color: '#A94645'

red 169 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #A94645

Tints of Roof Terracotta #A94645

RGB

 RED value IS 169 (66.41% from 255) = 54.87%

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 54.87%
G = 22.73%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A94645 (or 0xA94645) is known color: Roof Terracotta. HEX triplet: A9, 46 and 45. RGB value is (169,70,69). Sum of RGB (Red+Green+Blue) = 169+70+69=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A94645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94645 is #56B9BA. Grayscale: #636363. Windows color (decimal): -5683643 or 4540073. OLE color: 4540073.

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

Color convert

RGB 169 70 69 -
CMYK 0 0.59 0.59 0.34
HSL 0.6º 0.42% 0.47% -
HSV(B) 0.6º 0.59% 0.66% -
XYZ 19.63 13.25 7.15 -
YUV 99.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 169 70 69 0 0.59 0.59 0.34 0.6 0.42 0.47
Hex A9 46 45 0 3B 3B 22 1 2A 2F
Octal 251 106 105 0 73 73 42 1 52 57
Binary 10101001 1000110 1000101 0 111011 111011 100010 1 101010 101111

Color Harmonies of #A94645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94645

Black with #A94645

Text Example


Text Example

White with #A94645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94645; }

 p { color: rgb(169,70,69); }

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

background-color css

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

 a { background-color: rgb(169,70,69); }

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

border-color css

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

 span { border-color: rgb(169,70,69); }

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