#A94F3E

Color #A94F3E Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A94F3E

Tints of Crail #A94F3E

Color information

#A94F3E (or 0xA94F3E) is unknown color: approx Crail. HEX triplet: A9, 4F and 3E. RGB value is (169,79,62). Sum of RGB (Red+Green+Blue) = 169+79+62=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F3E is #56B0C1. Grayscale: #686868. Windows color (decimal): -5681346 or 4083625. OLE color: 4083625.

HSL color Cylindrical-coordinate representation of color #A94F3E: hue angle of 9.53º 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 #A94F3E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1697962-
CMYK00.530.630.34
HSL9.53º46.32%45.29%-
HSV(B)9.53º63.31%66.27%-
XYZ20.0314.376.28-
YUV103.97104.32174.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.52%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 62 (24.61% from 255) = 20%
R=54.52%
G=25.48%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169796200.530.630.349.5346.3245.29
HexA94F3E0353F22a2e2d
Octal251117760657742125655
Binary10101001100111111111001101011111111000101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F3E; }

 p { color: rgb(169,79,62); }

 H1.HeaderClassName
 {
   color: #A94F3E;
 }
 .AnyTagClassName
 {
   color: #A94F3E;
 }
</style>
background-color css

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

 a { background-color: rgb(169,79,62); }

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

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

 span { border-color: rgb(169,79,62); }

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